diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-23 21:31:48 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-23 21:31:48 +0300 |
| commit | 960330c5d843d1aa96aa191fc27f72da563293ea (patch) | |
| tree | 2d7ae69d40fa76aeb4f29d3911b7fc2f9341765d /include/apos/tcb.h | |
| parent | b096078c282af7233062ba242a213e6f5574cfb1 (diff) | |
| download | kmi-960330c5d843d1aa96aa191fc27f72da563293ea.tar.gz kmi-960330c5d843d1aa96aa191fc27f72da563293ea.zip | |
new include structure, make parse easier for doxy
Diffstat (limited to 'include/apos/tcb.h')
| -rw-r--r-- | include/apos/tcb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/tcb.h b/include/apos/tcb.h index 89b594d..572041d 100644 --- a/include/apos/tcb.h +++ b/include/apos/tcb.h @@ -8,7 +8,7 @@ #include <apos/mem_regions.h> #include <apos/types.h> -#include <tcb.h> /* arch-specific data */ +#include <arch/tcb.h> /* arch-specific data */ /* process(/main) threads don't have any previous threads */ #define is_proc(t) (!t->prev) |
