blob: 1710ae10eb6745b7e2eb5ff07ad5568be5d501e6 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#include <asm/voyager.h>
Randy Dunlap1a0c3ea2007-11-10 04:30:36 +01002#include <asm/setup_32.h>
3#define VOYAGER_BIOS_INFO ((struct voyager_bios_info *) \
4 (&boot_params.apm_bios_info))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
6/* Hook to call BIOS initialisation function */
7
Jeremy Fitzhardingee75eac32006-06-25 05:46:50 -07008/* for voyager, pass the voyager BIOS/SUS info area to the detection
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 * routines */
10
11#define ARCH_SETUP voyager_detect(VOYAGER_BIOS_INFO);
12