xref: /haiku/src/system/boot/platform/efi/cpu.h (revision bb83316a5811a550c4f850d07fa8e328e7ac0a94)
1 /*
2  * Copyright 2019-2020, Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _EFI_CPU_H
6 #define _EFI_CPU_H
7 
8 
9 void cpu_init(void);
10 
11 
12 #endif /* _EFI_CPU_H */
13