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