blob: 71729ca05cd738308eabc7f61ba6cb94dff94554 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#include <asm/voyager.h>
Randy Dunlap434b3d32007-11-11 21:06:02 -08002#include <asm/setup.h>
Randy Dunlap1a0c3ea2007-11-10 04:30:36 +01003#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