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