mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-13 16:29:17 +00:00
Put CPU namespaces in separate files to make cpu.hpp smaller
This commit is contained in:
14
include/cpu/x86/x32/msr.hpp
Normal file
14
include/cpu/x86/x32/msr.hpp
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef __FENNIX_KERNEL_CPU_x32_MSR_H__
|
||||
#define __FENNIX_KERNEL_CPU_x32_MSR_H__
|
||||
|
||||
#include <types.h>
|
||||
|
||||
namespace CPU
|
||||
{
|
||||
namespace x32
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // !__FENNIX_KERNEL_CPU_x32_MSR_H__
|
Reference in New Issue
Block a user