diff options
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. */ |
