aboutsummaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch')
-rw-r--r--include/arch/types.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/arch/types.h b/include/arch/types.h
new file mode 100644
index 0000000..d8e93a9
--- /dev/null
+++ b/include/arch/types.h
@@ -0,0 +1,16 @@
+#ifndef APOS_ARCH_TYPES_H
+#define APOS_ARCH_TYPES_H
+
+/**
+ * @file types.h
+ * Arch-specific types.
+ *
+ * Doxygen thinks types.h if include/apos/types.h, but it's actually
+ * arch/whatever/include/types.h. Not sure how to fix that.
+ *
+ * \todo Fix incorrect include file reference in doxygen.
+ */
+
+#include <types.h>
+
+#endif /* APOS_ARCH_TYPES_H */