[PATCH] Call klist_del() instead of klist_remove().
[deliverable/linux.git] / include / asm-parisc / unaligned.h
CommitLineData
1da177e4
LT
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_ */
This page took 0.042258 seconds and 5 git commands to generate.