From 8b90c1f407b4f4aa3802858e23aa90d7dfbe17ad Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Thu, 11 Apr 2024 20:58:38 +0200 Subject: bootinfo struct --- stage3/gfx.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'stage3/gfx.h') diff --git a/stage3/gfx.h b/stage3/gfx.h index 5d9c8b3..d81f54b 100644 --- a/stage3/gfx.h +++ b/stage3/gfx.h @@ -3,13 +3,6 @@ #include "def.h" -extern struct __attribute__((packed)) GfxInfo { - u16 pitch; - u16 width; - u16 height; - u32 framebuffer; -} *gfx_info; - typedef struct __attribute__((packed)) { u8 r, g, b, a; } color; -- cgit v1.2.3