xref: /haiku/src/system/boot/platform/atari_m68k/cpu.h (revision 323b65468e5836bb27a5e373b14027d902349437)
1 /*
2  * Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef CPU_H
6 #define CPU_H
7 
8 
9 #include <SupportDefs.h>
10 
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 extern void cpu_init(void);
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif	/* CPU_H */
23