diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntux/ntux.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ntux/ntux.h b/include/ntux/ntux.h index e5f4ac6..e6bfbd3 100644 --- a/include/ntux/ntux.h +++ b/include/ntux/ntux.h @@ -83,6 +83,11 @@ struct ntux_common_ctx { uint32_t state; char ** sargv; char ** senvp; + const char * loader; + const char * logfile; + uint32_t sysmask[16]; + uint32_t dbgmask[16]; + uint32_t osmask [32]; }; struct ntux_driver_ctx { |