diff options
Diffstat (limited to 'arch/m32r/include/asm/siginfo.h')
-rw-r--r-- | arch/m32r/include/asm/siginfo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/m32r/include/asm/siginfo.h b/arch/m32r/include/asm/siginfo.h new file mode 100644 index 00000000..7d9cd9eb --- /dev/null +++ b/arch/m32r/include/asm/siginfo.h @@ -0,0 +1,6 @@ +#ifndef _M32R_SIGINFO_H +#define _M32R_SIGINFO_H + +#include <asm-generic/siginfo.h> + +#endif /* _M32R_SIGINFO_H */ |