arch/x86: move arch/x86/include/mmustructs.h to ia32/mmustructs.h

For now, only the 32-bit subarchitecture supports memory protection.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
Charles E. Youse 2019-06-29 11:00:39 -07:00 committed by Anas Nashif
commit 7c2d7d7b69
9 changed files with 11 additions and 11 deletions

View file

@ -19,7 +19,7 @@
#include <drivers/interrupt_controller/sysapic.h>
#include <kernel_arch_thread.h>
#include <generated_dts_board.h>
#include <mmustructs.h>
#include <ia32/mmustructs.h>
#include <stdbool.h>
#include <arch/common/ffs.h>