diff options
Diffstat (limited to 'common/mem.c')
| -rw-r--r-- | common/mem.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/mem.c b/common/mem.c index a824c26..51a51af 100644 --- a/common/mem.c +++ b/common/mem.c @@ -1,3 +1,8 @@ +/** + * @file mem.c + * Generic memory handling, used both by physical and virtual memory. + */ + #include <apos/types.h> #include <apos/mem.h> #include <apos/vmem.h> |
