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