summaryrefslogtreecommitdiffstats
path: root/mboxd_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'mboxd_msg.h')
-rw-r--r--mboxd_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mboxd_msg.h b/mboxd_msg.h
index 6ef6b27..94ac13a 100644
--- a/mboxd_msg.h
+++ b/mboxd_msg.h
@@ -20,7 +20,7 @@ struct mbox_msg {
};
union mbox_regs {
- char raw[MBOX_REG_BYTES];
+ uint8_t raw[MBOX_REG_BYTES];
struct mbox_msg msg;
};
OpenPOWER on IntegriCloud