From 338bd46fb6dbcb8271102ddb6b896a335eb909dc Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Mon, 13 Oct 2025 20:44:06 -0700 Subject: Finish framebuffer initialization --- src/mailbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mailbox.h') diff --git a/src/mailbox.h b/src/mailbox.h index 3cca366..b35c7a6 100644 --- a/src/mailbox.h +++ b/src/mailbox.h @@ -55,6 +55,7 @@ typedef struct __attribute__((aligned(MAIL_ALIGN))) Mail { Tag tags[]; // Variable quantity. } Mail; +// TODO: Remove? Unused. #define MAIL_SIZE(TYPE) (sizeof(TYPE) + (2 * sizeof(uint32_t))) void mbox_init(); -- cgit v1.2.3