From c9b0bae94cf4438404c83f2652df7f41916bc43f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 24 Jun 2003 17:27:07 +0000 Subject: [PATCH] Needed to compile the boot loader stuff under x86. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3640 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../boot/platform/bios_ia32/platform_stage2_args.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 headers/private/kernel/boot/platform/bios_ia32/platform_stage2_args.h 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 */