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
|
@ -43,7 +43,7 @@
|
|||
|
||||
#ifndef _ASMLANGUAGE
|
||||
#include <stdint.h>
|
||||
#include <ia32/mmustructs.h>
|
||||
#include <arch/x86/mmustructs.h>
|
||||
|
||||
/*
|
||||
* The following structure defines the set of 'non-volatile' integer registers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue