headers/bsd: Add sys/queue.h.
[haiku.git] / src / system / boot / arch / arm / arch_cpu.h
blobbeebacb359570a2e92329e75aefc62aa4205f797
1 /*
2 * Copyright 2004-2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef CPU_H
6 #define CPU_H
9 #include <SupportDefs.h>
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
16 extern void arch_spin(bigtime_t microseconds);
17 extern void arch_cpu_memory_read_barrier(void);
18 extern void arch_cpu_memory_write_barrier(void);
19 extern status_t boot_arch_cpu_init(void);
20 extern void cpu_init(void);
22 #ifdef __cplusplus
24 #endif
26 #endif /* CPU_H */