x86: move mmustructs.h
This will be used for both 32-bit and 64-bit mode. This header gets pulled in by x86's arch/cpu.h, so put it in include/arch/x86/. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
a6accb3e75
commit
e3ab43580c
9 changed files with 11 additions and 11 deletions
|
@ -17,7 +17,7 @@
|
|||
#include "sys_io.h"
|
||||
#include <drivers/interrupt_controller/sysapic.h>
|
||||
#include <kernel_arch_thread.h>
|
||||
#include <ia32/mmustructs.h>
|
||||
#include <arch/x86/mmustructs.h>
|
||||
#include <stdbool.h>
|
||||
#include <arch/common/ffs.h>
|
||||
#include <misc/util.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue