aboutsummaryrefslogtreecommitdiff
path: root/include/apos/types.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-01-26 15:53:16 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2023-01-26 15:53:16 +0200
commit8a5e4cf53d981e793fca90d9b51bd395265cf4db (patch)
tree245aabe14f45aa717f4f3156bdcfc1afb0388131 /include/apos/types.h
parent5dad7c7ecccaa1e11be23f53e3198af6933c9f60 (diff)
downloadkmi-8a5e4cf53d981e793fca90d9b51bd395265cf4db.tar.gz
kmi-8a5e4cf53d981e793fca90d9b51bd395265cf4db.zip
add req_page syscall
Diffstat (limited to 'include/apos/types.h')
-rw-r--r--include/apos/types.h1
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. */