Skip to content
Snippets Groups Projects
Commit 603484f9 authored by Anna Lyons's avatar Anna Lyons
Browse files

SELFOUR-114: trivial - add missing types to x86

parent 70293024
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,10 @@
#include <autoconf.h>
typedef seL4_Uint32 seL4_Word;
typedef seL4_Word seL4_NodeId;
typedef seL4_Word seL4_PAddr;
typedef seL4_Word seL4_Domain;
typedef seL4_Word seL4_CPtr;
/* User context as used by seL4_TCB_ReadRegisters / seL4_TCB_WriteRegisters */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment