x86: Add addr_types.h to arch.h
This makes the types 'paddr_t' and 'vaddr_t' available via nanokernel.h. Change-Id: I75b81356566e2063979f2ec46f326d606638efa2 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
b7875a0bc8
commit
b55e2fc50a
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
#ifndef _ASMLANGUAGE
|
||||
#include <arch/x86/asm_inline.h>
|
||||
#include <arch/x86/addr_types.h>
|
||||
#endif
|
||||
|
||||
/* APIs need to support non-byte addressable architectures */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue