https://github.com/torvalds/linux
Raw File
Tip revision: bd71c2b17468a2531fb4c81ec1d73520845e97e1 authored by Linus Torvalds on 17 February 2006, 22:23:45 UTC
Linux v2.6.16-rc4
Tip revision: bd71c2b
unaligned.h
#ifndef _ASM_PARISC_UNALIGNED_H_
#define _ASM_PARISC_UNALIGNED_H_

#include <asm-generic/unaligned.h>

#ifdef __KERNEL__
struct pt_regs;
void handle_unaligned(struct pt_regs *regs);
int check_unaligned(struct pt_regs *regs);
#endif

#endif /* _ASM_PARISC_UNALIGNED_H_ */
back to top