#include <linux/module.h>
#include <linux/console.h>
#include <linux/tty.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/delay.h>
#include <asm/sh_bios.h>
Go to the source code of this file.
#define BIOS_CALL_CONSOLE_WRITE 0 |
#define BIOS_CALL_ETH_NODE_ADDR 10 |
#define BIOS_CALL_GDB_DETACH 0xff |
#define BIOS_CALL_SHUTDOWN 11 |
void sh_bios_get_node_addr |
( |
unsigned char * |
node_addr | ) |
|
void sh_bios_shutdown |
( |
unsigned int |
how | ) |
|
sh_bios_vbr_reload - Re-load the system VBR from the BIOS vector.
This can be used by save/restore code to reinitialize the system VBR from the fixed BIOS VBR. A no-op if no BIOS VBR is known.
Definition at line 96 of file sh_bios.c.