2 * definitions for trampoline code
4 * written by Yasha (ITOH Yasufumi)
14 #define AREA_SET_REG 0x00E86001 /* (B) supervisor protection reg */
16 #define EXSPC 0x00EA0000 /* external SCSI board */
17 #define EXSPC_BDID (EXSPC + 1) /* (B) SCSI board bdid reg */
19 #define SIZE_TMPSTACK 8192
22 #include "../common/execkern.h"
26 #define TRAMP_BSR 0x61000000 /* bsr xxx */
29 struct execkern_arg xk
;
32 extern char trampoline
[], end_trampoline
[];