xref: /haiku/src/add-ons/kernel/cpu/x86/intel.h (revision 2f470aec1c92ce6917b8a903e343795dc77af41f)
1 /*
2  * Copyright 2005, Haiku, Inc.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef CPU_INTEL_H
6 #define CPU_INTEL_H
7 
8 
9 #include <arch_cpu.h>
10 
11 
12 extern x86_cpu_module_info gIntelModule;
13 
14 #endif	// CPU_INTEL_H
15