Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
dcr.c File Reference
#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)
 

Function Documentation

unsigned int dcr_resource_len ( const struct device_node np,
unsigned int  index 
)

Definition at line 141 of file dcr.c.

unsigned int dcr_resource_start ( const struct device_node np,
unsigned int  index 
)

Definition at line 128 of file dcr.c.

EXPORT_SYMBOL_GPL ( dcr_resource_start  )
EXPORT_SYMBOL_GPL ( dcr_resource_len  )