aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-um/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/string.h')
-rw-r--r--include/asm-um/string.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-um/string.h b/include/asm-um/string.h
new file mode 100644
index 000000000000..9a0571f6dd61
--- /dev/null
+++ b/include/asm-um/string.h
@@ -0,0 +1,7 @@
+#ifndef __UM_STRING_H
+#define __UM_STRING_H
+
+#include "asm/arch/string.h"
+#include "asm/archparam.h"
+
+#endif