diff --git a/headers/private/kernel/boot/platform/bios_ia32/platform_stage2_args.h b/headers/private/kernel/boot/platform/bios_ia32/platform_stage2_args.h new file mode 100644 index 0000000000..ac8334270b --- /dev/null +++ b/headers/private/kernel/boot/platform/bios_ia32/platform_stage2_args.h @@ -0,0 +1,11 @@ +/* +** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved. +** Distributed under the terms of the OpenBeOS License. +*/ +#ifndef KERNEL_BOOT_PLATFORM_BIOS_IA32_STAGE2_H +#define KERNEL_BOOT_PLATFORM_BIOS_IA32_STAGE2_H + +struct platform_stage2_args { +}; + +#endif /* KERNEL_BOOT_PLATFORM_BIOS_IA32_STAGE2_H */