diff options
Diffstat (limited to 'common/tcb.c')
| -rw-r--r-- | common/tcb.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/tcb.c b/common/tcb.c index 1e8c648..6904208 100644 --- a/common/tcb.c +++ b/common/tcb.c @@ -1,3 +1,8 @@ +/** + * @file tcb.c + * Thread control block handling implementation. + */ + #include <apos/tcb.h> #include <arch/cpu.h> #include <apos/mem.h> |
