summaryrefslogtreecommitdiff
path: root/src/mailbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailbox.h')
-rw-r--r--src/mailbox.h1
1 files changed, 1 insertions, 0 deletions
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 {
55 Tag tags[]; // Variable quantity. 55 Tag tags[]; // Variable quantity.
56} Mail; 56} Mail;
57 57
58// TODO: Remove? Unused.
58#define MAIL_SIZE(TYPE) (sizeof(TYPE) + (2 * sizeof(uint32_t))) 59#define MAIL_SIZE(TYPE) (sizeof(TYPE) + (2 * sizeof(uint32_t)))
59 60
60void mbox_init(); 61void mbox_init();