diff options
Diffstat (limited to 'include/apos/syscalls.h')
| -rw-r--r-- | include/apos/syscalls.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h index e7b1cd5..19e27ea 100644 --- a/include/apos/syscalls.h +++ b/include/apos/syscalls.h @@ -1,6 +1,11 @@ #ifndef APOS_SYSCALLS_H #define APOS_SYSCALLS_H +/** + * @file syscalls.h + * Table of system calls. + */ + /* enum for now, possibly macros in the future once I get an approximate idea of * which syscalls are necessary etc. */ enum { |
