/* * Copyright (C) 2000 Greg Banks, Mitch Davis * C API to interface to the standard LinuxSH BIOS * usually from within the early stages of kernel boot.
*/ externvoid sh_bios_console_write(constchar *buf, unsignedint len); externvoid sh_bios_gdb_detach(void);