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