diff options
Diffstat (limited to 'include/apos/mem.h')
| -rw-r--r-- | include/apos/mem.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/apos/mem.h b/include/apos/mem.h index f3eded7..bbe7532 100644 --- a/include/apos/mem.h +++ b/include/apos/mem.h @@ -1,6 +1,11 @@ #ifndef APOS_MEM_H #define APOS_MEM_H +/** + * @file mem.h + * Generic memory, common to both physical and virtual memory. + */ + #include <apos/utils.h> #include <apos/types.h> |
