Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #include <asm/voyager.h> |
Randy Dunlap | 434b3d3 | 2007-11-11 21:06:02 -0800 | [diff] [blame] | 2 | #include <asm/setup.h> |
Randy Dunlap | 1a0c3ea | 2007-11-10 04:30:36 +0100 | [diff] [blame] | 3 | #define VOYAGER_BIOS_INFO ((struct voyager_bios_info *) \ |
| 4 | (&boot_params.apm_bios_info)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
| 6 | /* Hook to call BIOS initialisation function */ |
| 7 | |
Jeremy Fitzhardinge | e75eac3 | 2006-06-25 05:46:50 -0700 | [diff] [blame] | 8 | /* for voyager, pass the voyager BIOS/SUS info area to the detection |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | * routines */ |
| 10 | |
| 11 | #define ARCH_SETUP voyager_detect(VOYAGER_BIOS_INFO); |
| 12 | |