|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/kernel.h>#include <linux/tty.h>#include <linux/console.h>#include <linux/init.h>#include <linux/mm.h>#include <linux/string.h>#include <asm/page.h>#include <asm/pgtable.h>#include <asm/bootinfo.h>#include <asm/setup.h>#include <asm/traps.h>#include <asm/sun3xprom.h>#include <asm/idprom.h>#include <asm/segment.h>#include <asm/sun3ints.h>#include <asm/openprom.h>#include <asm/machines.h>Go to the source code of this file.
Functions | |
| void | sun3x_halt (void) |
| void | sun3x_reboot (void) |
| void __init | sun3x_prom_init (void) |
| early_param ("debug", sun3x_debug_setup) | |
| int | prom_getintdefault (int node, char *property, int deflt) |
| int | prom_getbool (int node, char *prop) |
| void | prom_printf (char *fmt,...) |
| void | prom_halt (void) |
| unsigned char | prom_get_idprom (char *idbuf, int num_bytes) |
Variables | |
| void(* | sun3x_putchar )(int) |
| int(* | sun3x_getchar )(void) |
| int(* | sun3x_mayget )(void) |
| int(* | sun3x_mayput )(int) |
| void(* | sun3x_prom_reboot )(void) |
| e_vector | sun3x_prom_abort |
| struct linux_romvec * | romvec |
| e_vector * | sun3x_prom_vbr |
| early_param | ( | "debug" | , |
| sun3x_debug_setup | |||
| ) |
| struct linux_romvec* romvec |
1.8.2