setup_arch.h 284 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5
#include <asm/voyager.h>
#define VOYAGER_BIOS_INFO ((struct voyager_bios_info *)(PARAM+0x40))

/* Hook to call BIOS initialisation function */

6
/* for voyager, pass the voyager BIOS/SUS info area to the detection
L
Linus Torvalds 已提交
7 8 9 10
 * routines */

#define ARCH_SETUP	voyager_detect(VOYAGER_BIOS_INFO);