Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <asm/openprom.h>
#include <asm/oplib.h>
#include <asm/types.h>
Go to the source code of this file.
Functions | |
void | prom_apply_obio_ranges (struct linux_prom_registers *regs, int nregs) |
EXPORT_SYMBOL (prom_apply_obio_ranges) | |
void __init | prom_ranges_init (void) |
void | prom_apply_generic_ranges (phandle node, phandle parent, struct linux_prom_registers *regs, int nregs) |
EXPORT_SYMBOL | ( | prom_apply_obio_ranges | ) |
void prom_apply_obio_ranges | ( | struct linux_prom_registers * | regs, |
int | nregs | ||
) |