|
|
| File: [Development] / linux-2.6-xfs / include / asm-x86 / mach-voyager / setup_arch.h (download)
Revision 1.2, Mon Jan 7 15:11:45 2008 UTC (9 years, 9 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.24-rc6 Merge of 2.6.x-xfs-melb:linux:30301a by kenmcd. |
#include <asm/voyager.h> #include <asm/setup.h> #define VOYAGER_BIOS_INFO ((struct voyager_bios_info *) \ (&boot_params.apm_bios_info)) /* Hook to call BIOS initialisation function */ /* for voyager, pass the voyager BIOS/SUS info area to the detection * routines */ #define ARCH_SETUP voyager_detect(VOYAGER_BIOS_INFO);