summaryrefslogtreecommitdiff
path: root/src/arch/vmpa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/vmpa.h')
-rw-r--r--src/arch/vmpa.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/arch/vmpa.h b/src/arch/vmpa.h
index 4f35ebe..fe98ed4 100644
--- a/src/arch/vmpa.h
+++ b/src/arch/vmpa.h
@@ -32,6 +32,7 @@
#include "archbase.h"
#include "../common/cpp.h"
+#include "../common/datatypes.h"
#include "../common/packed.h"
#include "../common/sqlite.h"
@@ -48,8 +49,8 @@
/* Types pour respectivement une position physique et une adresse virtuelle */
-#define phys_t uint64_t
-#define virt_t uint64_t
+//#define phys_t uint64_t
+//#define virt_t uint64_t
/* Equivalents pour GLib */
#define G_TYPE_PHYS uint64_t