Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.22-rc7 12 lines 271 B view raw
1#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_ */