summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/types.h b/lib/types.h
index 2f25fbd0b3..40608e8f9c 100644
--- a/lib/types.h
+++ b/lib/types.h
@@ -47,4 +47,6 @@ typedef unsigned char u8;
typedef signed char s8;
/*@}*/
+typedef u64 mac_t;
+
#endif /* lib_types_h */