xref: /haiku/headers/private/kernel/boot/platform/efi/arch_start.h (revision a5c0d1a80e18f50987966fda2005210092d7671b)
1 /*
2  * Copyright 2019-2021, Haiku, Inc. All rights reserved.
3  * Released under the terms of the MIT License.
4  */
5 #ifndef __ARCH_START_H
6 #define __ARCH_START_H
7 
8 
9 void arch_convert_kernel_args(void);
10 void arch_start_kernel(addr_t kernelEntry);
11 
12 
13 #endif /* __ARCH_START_H */
14