home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-parisc / unaligned.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  271 b   |  13 lines

  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_ */
  13.