unaligned.h 271 B

123456789101112
  1. #ifndef _ASM_PARISC_UNALIGNED_H_
  2. #define _ASM_PARISC_UNALIGNED_H_
  3. #include <asm-generic/unaligned.h>
  4. #ifdef __KERNEL__
  5. struct pt_regs;
  6. void handle_unaligned(struct pt_regs *regs);
  7. int check_unaligned(struct pt_regs *regs);
  8. #endif
  9. #endif /* _ASM_PARISC_UNALIGNED_H_ */