diff options
Diffstat (limited to 'include/asm-parisc/unaligned.h')
-rw-r--r-- | include/asm-parisc/unaligned.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asm-parisc/unaligned.h b/include/asm-parisc/unaligned.h new file mode 100644 index 000000000000..53c905838d93 --- /dev/null +++ b/include/asm-parisc/unaligned.h | |||
@@ -0,0 +1,12 @@ | |||
1 | #ifndef _ASM_PARISC_UNALIGNED_H_ | ||
2 | #define _ASM_PARISC_UNALIGNED_H_ | ||
3 | |||
4 | #include <asm-generic/unaligned.h> | ||
5 | |||
6 | #ifdef __KERNEL__ | ||
7 | struct pt_regs; | ||
8 | void handle_unaligned(struct pt_regs *regs); | ||
9 | int check_unaligned(struct pt_regs *regs); | ||
10 | #endif | ||
11 | |||
12 | #endif /* _ASM_PARISC_UNALIGNED_H_ */ | ||