summaryrefslogtreecommitdiff
path: root/arch/amd64/mem/vmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/amd64/mem/vmap.h')
-rw-r--r--arch/amd64/mem/vmap.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/amd64/mem/vmap.h b/arch/amd64/mem/vmap.h
new file mode 100644
index 0000000..c13b887
--- /dev/null
+++ b/arch/amd64/mem/vmap.h
@@ -0,0 +1,12 @@
+#ifndef AMD64_MEM_VMAP_H
+#define AMD64_MEM_VMAP_H
+
+#include <mem/vmap.h>
+
+typedef struct amd64_mem_vmap {
+ MemVmap vmap;
+
+
+} Amd64MemVmap;
+
+#endif \ No newline at end of file