diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-10-19 15:56:26 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-10-19 15:56:26 +0300 |
| commit | 59a374b0eed4313d1a67e2cdb673a295e79a6494 (patch) | |
| tree | a83157ac108c315f93536d4a3d8150b729bdcb1a /common/mem.c | |
| parent | 7237d673904d8568a2f9c290a0247c9d1a07c5d2 (diff) | |
| download | kmi-59a374b0eed4313d1a67e2cdb673a295e79a6494.tar.gz kmi-59a374b0eed4313d1a67e2cdb673a295e79a6494.zip | |
Initial virtual memory mapping functions
Diffstat (limited to 'common/mem.c')
| -rw-r--r-- | common/mem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/mem.c b/common/mem.c index 445748c..48bd776 100644 --- a/common/mem.c +++ b/common/mem.c @@ -1,5 +1,6 @@ #include <apos/types.h> #include <apos/mem.h> +#include <apos/vmem.h> #include <libfdt.h> size_t __mm_shifts[10]; |
