diff options
Diffstat (limited to 'include/asm-um/ucontext.h')
-rw-r--r-- | include/asm-um/ucontext.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/ucontext.h b/include/asm-um/ucontext.h new file mode 100644 index 000000000000..5c96c0e607f0 --- /dev/null +++ b/include/asm-um/ucontext.h @@ -0,0 +1,6 @@ +#ifndef _ASM_UM_UCONTEXT_H +#define _ASM_UM_UCONTEXT_H + +#include "asm/arch/ucontext.h" + +#endif |