aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/setup_arch_pre.h
blob: b18df6896cd0c4e5b936e36ddc19683ec4589f88 (plain)
1
2
3
4
5
/* Hook to call BIOS initialisation function */

#define ARCH_SETUP machine_specific_arch_setup();

static void __init machine_specific_arch_setup(void);