Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/kref.h>
#include <linux/notifier.h>
#include <linux/proc_fs.h>
#include <linux/slab.h>
#include <asm/prom.h>
#include <asm/machdep.h>
#include <asm/uaccess.h>
#include <asm/pSeries_reconfig.h>
#include <asm/mmu.h>
Go to the source code of this file.
: return value; set to property name in buf | |
parse_next_property - process the next property from raw input buffer : input buffer, must be nul-terminated : end of the input buffer + 1, for validation : return value; set to length of value : return value; set to the property value in buf Note that the caller must make copies of the name and value returned, this function does no allocation or copying of the data. Return value is set to the next name in buf, or NULL on error. | |
__initcall (proc_ppc64_create_ofdt) | |
__initcall | ( | proc_ppc64_create_ofdt | ) |
EXPORT_SYMBOL_GPL | ( | pSeries_reconfig_notifier_register | ) |
EXPORT_SYMBOL_GPL | ( | pSeries_reconfig_notifier_unregister | ) |
int pSeries_reconfig_notifier_register | ( | struct notifier_block * | nb | ) |
Definition at line 102 of file reconfig.c.
void pSeries_reconfig_notifier_unregister | ( | struct notifier_block * | nb | ) |
Definition at line 108 of file reconfig.c.
Definition at line 114 of file reconfig.c.