summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/types.h b/types.h
index d14f887..d07adad 100644
--- a/types.h
+++ b/types.h
@@ -5,6 +5,13 @@
#ifndef __WII_TYPES_H__
#define __WII_TYPES_H__
+#ifndef ATTRIBUTE_ALIGN
+# define ATTRIBUTE_ALIGN(v) __attribute__((aligned(v)))
+#endif
+#ifndef ATTRIBUTE_PACKED
+# define ATTRIBUTE_PACKED __attribute__((packed))
+#endif
+
enum sig_type {
RSA_4096 = 0x00010000,
RSA_2048 = 0x00010001