nios2: define vaddr_t and paddr_t
Change-Id: I09b91159b4c30876026fe7ae32109afb9164332d Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
59169052c6
commit
71e22620a8
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ extern "C" {
|
|||
#include <irq.h>
|
||||
#include <sw_isr_table.h>
|
||||
|
||||
/* physical/virtual address types required by microkernel */
|
||||
typedef unsigned int paddr_t;
|
||||
typedef unsigned int vaddr_t;
|
||||
|
||||
/**
|
||||
* Configure a static interrupt.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue