diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-01-26 15:53:16 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-01-26 15:53:16 +0200 |
| commit | 8a5e4cf53d981e793fca90d9b51bd395265cf4db (patch) | |
| tree | 245aabe14f45aa717f4f3156bdcfc1afb0388131 /include/apos/types.h | |
| parent | 5dad7c7ecccaa1e11be23f53e3198af6933c9f60 (diff) | |
| download | kmi-8a5e4cf53d981e793fca90d9b51bd395265cf4db.tar.gz kmi-8a5e4cf53d981e793fca90d9b51bd395265cf4db.zip | |
add req_page syscall
Diffstat (limited to 'include/apos/types.h')
| -rw-r--r-- | include/apos/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apos/types.h b/include/apos/types.h index 431d551..36e918e 100644 --- a/include/apos/types.h +++ b/include/apos/types.h @@ -445,6 +445,7 @@ typedef int_fast8_t stat_t; * is with pids */ typedef int_fast32_t id_t; +/** Maximum ID number. */ #define ID_MAX INT_FAST32_MAX /** Memory region flags. */ |
