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