|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/export.h>#include <asm/prom.h>#include <asm/dcr.h>Go to the source code of this file.
Functions | |
| unsigned int | dcr_resource_start (const struct device_node *np, unsigned int index) |
| EXPORT_SYMBOL_GPL (dcr_resource_start) | |
| unsigned int | dcr_resource_len (const struct device_node *np, unsigned int index) |
| EXPORT_SYMBOL_GPL (dcr_resource_len) | |
| unsigned int dcr_resource_len | ( | const struct device_node * | np, |
| unsigned int | index | ||
| ) |
| unsigned int dcr_resource_start | ( | const struct device_node * | np, |
| unsigned int | index | ||
| ) |
| EXPORT_SYMBOL_GPL | ( | dcr_resource_start | ) |
| EXPORT_SYMBOL_GPL | ( | dcr_resource_len | ) |
1.8.2