2005-04-16 18:20:36 -04:00
|
|
|
#include <asm/voyager.h>
|
2007-11-12 00:06:02 -05:00
|
|
|
#include <asm/setup.h>
|
2007-11-09 22:30:36 -05:00
|
|
|
#define VOYAGER_BIOS_INFO ((struct voyager_bios_info *) \
|
|
|
|
(&boot_params.apm_bios_info))
|
2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
/* Hook to call BIOS initialisation function */
|
|
|
|
|
2006-06-25 08:46:50 -04:00
|
|
|
/* for voyager, pass the voyager BIOS/SUS info area to the detection
|
2005-04-16 18:20:36 -04:00
|
|
|
* routines */
|
|
|
|
|
|
|
|
#define ARCH_SETUP voyager_detect(VOYAGER_BIOS_INFO);
|
|
|
|
|