Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/module.h>
#include <asm/openprom.h>
#include <asm/oplib.h>
#include <asm/auxio.h>
Go to the source code of this file.
Typedefs | |
typedef void(* | sfunc_t )(void) |
Functions | |
void | restore_current (void) |
DEFINE_SPINLOCK (prom_lock) | |
void | prom_reboot (char *bcommand) |
void | prom_feval (char *fstring) |
EXPORT_SYMBOL (prom_feval) | |
void | prom_cmdline (void) |
void __noreturn | prom_halt (void) |
void | prom_setsync (sfunc_t funcp) |
unsigned char | prom_get_idprom (char *idbuf, int num_bytes) |
int | prom_version (void) |
int | prom_getrev (void) |
int | prom_getprev (void) |
DEFINE_SPINLOCK | ( | prom_lock | ) |
EXPORT_SYMBOL | ( | prom_feval | ) |
void __noreturn prom_halt | ( | void | ) |