diff options
Diffstat (limited to 'common/vmem.c')
| -rw-r--r-- | common/vmem.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/vmem.c b/common/vmem.c index 7ea83b1..ae40748 100644 --- a/common/vmem.c +++ b/common/vmem.c @@ -1,3 +1,8 @@ +/** + * @file vmem.c + * Virtual memory handling, mainly userspace virtual memory. + */ + #include <apos/mem_regions.h> #include <apos/assert.h> #include <apos/debug.h> |
