diff options
Diffstat (limited to 'include/apos/proc.h')
| -rw-r--r-- | include/apos/proc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/apos/proc.h b/include/apos/proc.h index 238e0f6..6b4044d 100644 --- a/include/apos/proc.h +++ b/include/apos/proc.h @@ -1,6 +1,12 @@ #ifndef APOS_PROC_H #define APOS_PROC_H +/** + * @file proc.h + * Process handling subsystem, should likely be merged into \ref + * include/apos/tcb.h. + */ + #include <apos/tcb.h> #include <apos/vmem.h> |
