diff options
-rw-r--r-- | include/asm-um/asm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/asm.h b/include/asm-um/asm.h new file mode 100644 index 0000000..af1269a --- /dev/null +++ b/include/asm-um/asm.h @@ -0,0 +1,6 @@ +#ifndef __UM_ASM_H +#define __UM_ASM_H + +#include "asm/arch/asm.h" + +#endif |