xref: /haiku/src/system/boot/platform/efi/cpu.h (revision 1deede7388b04dbeec5af85cae7164735ea9e70d)
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