summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/shim.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/shim.h b/include/shim.h
index 7178a0f..2bf9726 100644
--- a/include/shim.h
+++ b/include/shim.h
@@ -8,7 +8,6 @@
struct memory_segment {
uint64_t addr;
uint64_t len;
- uint32_t type;
};
struct memory_map {