diff --git a/include/asm-um/asm.h b/include/asm-um/asm.h new file mode 100644 index 0000000000000000000000000000000000000000..af1269a1e9ebe5b3b86abda78df0f0db2f7238ce --- /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