diff options
Diffstat (limited to 'include/apos/types.h')
| -rw-r--r-- | include/apos/types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apos/types.h b/include/apos/types.h index d413957..2f45857 100644 --- a/include/apos/types.h +++ b/include/apos/types.h @@ -197,6 +197,9 @@ enum { ERR_ALIGN = -2, /* wrong alignment */ ERR_NF = -1, /* not found */ OK = 0, /* OK */ + INFO_TRGN = 1, /* try again */ + INFO_SEFF = 2, /* side effects */ + INFO_CONT = 3, /* continue */ }; #include <types.h> /* arch-specific type definitions (pm_t/vm_t etc) */ |
