unaligned.h 282 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ASM_PARISC_UNALIGNED_H
  3. #define _ASM_PARISC_UNALIGNED_H
  4. #include <asm-generic/unaligned.h>
  5. struct pt_regs;
  6. void handle_unaligned(struct pt_regs *regs);
  7. int check_unaligned(struct pt_regs *regs);
  8. #endif /* _ASM_PARISC_UNALIGNED_H */