diff options
Diffstat (limited to 'include/userids.h')
-rw-r--r-- | include/userids.h | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/include/userids.h b/include/userids.h index 284f3ee..80ec22c 100644 --- a/include/userids.h +++ b/include/userids.h @@ -22,12 +22,30 @@ ** user processes changes. */ enum users_e { - Init, Idle, Shell, ProgABC, ProgDE, ProgFG, ProgH, ProgI, - ProgJ, ProgKL, ProgMN, ProgP, ProgQ, ProgR, ProgS, ProgTUV, - ProgW, ProgX, ProgY, ProgZ + Init, + Idle, + Shell, + ProgABC, + ProgDE, + ProgFG, + ProgH, + ProgI, + ProgJ, + ProgKL, + ProgMN, + ProgP, + ProgQ, + ProgR, + ProgS, + ProgTUV, + ProgW, + ProgX, + ProgY, + ProgZ // sentinel - , N_USERS + , + N_USERS }; -#endif /* !ASM_SRC */ +#endif /* !ASM_SRC */ #endif |