1/*
2 * Copyright 2013-2016 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef _KERNEL_BOOT_PLATFORM_EFI_STAGE2_ARGS_H
6#define _KERNEL_BOOT_PLATFORM_EFI_STAGE2_ARGS_H
7
8
9#ifndef KERNEL_BOOT_STAGE2_ARGS_H
10#	error This file is included from <boot/stage2_args.h> only
11#endif
12
13struct platform_stage2_args {
14};
15
16
17#endif /* _KERNEL_BOOT_PLATFORM_EFI_STAGE2_ARGS_H */
18