aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-um/posix_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/posix_types.h')
-rw-r--r--include/asm-um/posix_types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/posix_types.h b/include/asm-um/posix_types.h
new file mode 100644
index 000000000000..32fb4198f644
--- /dev/null
+++ b/include/asm-um/posix_types.h
@@ -0,0 +1,6 @@
+#ifndef __UM_POSIX_TYPES_H
+#define __UM_POSIX_TYPES_H
+
+#include "asm/arch/posix_types.h"
+
+#endif