aboutsummaryrefslogtreecommitdiff
path: root/src/inc/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/boot.h')
-rw-r--r--src/inc/boot.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/inc/boot.h b/src/inc/boot.h
index 30ddfb7..1a41c32 100644
--- a/src/inc/boot.h
+++ b/src/inc/boot.h
@@ -8,9 +8,3 @@ struct vid_info {
u32 mode;
struct vbe *info;
};
-
-struct mem_info {
- u64 base;
- u64 len;
- u64 type;
-};