blob: 53c905838d9330a07598c1310c7567e3ddde8591 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASM_PARISC_UNALIGNED_H_
2#define _ASM_PARISC_UNALIGNED_H_
3
4#include <asm-generic/unaligned.h>
5
6#ifdef __KERNEL__
7struct pt_regs;
8void handle_unaligned(struct pt_regs *regs);
9int check_unaligned(struct pt_regs *regs);
10#endif
11
12#endif /* _ASM_PARISC_UNALIGNED_H_ */