Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/types.h>
#include <asm/setup.h>
#include <asm/page.h>
Go to the source code of this file.
Typedefs | |
typedef int(* | ofw_handle_t )(void *) |
Functions | |
asmlinkage void | create_params (unsigned long *buffer) |
int | of_decode_int (const unsigned char *p) |
int | OF_finddevice (ofw_handle_t openfirmware, char *name) |
int | OF_getproplen (ofw_handle_t openfirmware, int handle, char *prop) |
int | OF_getprop (ofw_handle_t openfirmware, int handle, char *prop, void *buf, unsigned int buflen) |
asmlinkage void | ofw_init (ofw_handle_t o, int *nomr, int *pointer) |
Definition at line 86 of file ofw-shark.c.
asmlinkage void create_params | ( | unsigned long * | buffer | ) |
Definition at line 20 of file ofw-shark.c.
Definition at line 95 of file ofw-shark.c.
int OF_finddevice | ( | ofw_handle_t | openfirmware, |
char * | name | ||
) |
Definition at line 104 of file ofw-shark.c.
int OF_getprop | ( | ofw_handle_t | openfirmware, |
int | handle, | ||
char * | prop, | ||
void * | buf, | ||
unsigned int | buflen | ||
) |
Definition at line 161 of file ofw-shark.c.
int OF_getproplen | ( | ofw_handle_t | openfirmware, |
int | handle, | ||
char * | prop | ||
) |
Definition at line 132 of file ofw-shark.c.
asmlinkage void ofw_init | ( | ofw_handle_t | o, |
int * | nomr, | ||
int * | pointer | ||
) |
Definition at line 188 of file ofw-shark.c.