aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 1b21573..6f3bd70 100644
--- a/src/common.h
+++ b/src/common.h
@@ -245,6 +245,10 @@ mb_call(unsigned char ch, void *msg) {
245 return mb_read(ch); 245 return mb_read(ch);
246} 246}
247 247
248//
249// Utilities
250//
251
248void * 252void *
249memcpy(void *dest, const void *src, u32 n) { 253memcpy(void *dest, const void *src, u32 n) {
250 u8 *from = (u8*)src; 254 u8 *from = (u8*)src;