diff options
author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2024-04-11 20:58:38 +0200 |
---|---|---|
committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2024-04-11 21:05:47 +0200 |
commit | 8b90c1f407b4f4aa3802858e23aa90d7dfbe17ad (patch) | |
tree | 4080e975e33df6f3c57ff5f3486f97923c9bbbe3 /stage3/gfx.h | |
parent | a6669e496e46ef89673103b3330226c7d0201a1a (diff) | |
download | cuddles-8b90c1f407b4f4aa3802858e23aa90d7dfbe17ad.tar.xz |
bootinfo struct
Diffstat (limited to 'stage3/gfx.h')
-rw-r--r-- | stage3/gfx.h | 7 |
1 files changed, 0 insertions, 7 deletions
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; |