repo.or.cz
/
linux-2.6
/
linux-2.6-openrd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is set
[linux-2.6/linux-2.6-openrd.git]
/
include
/
asm-parisc
/
unaligned.h
blob
53c905838d9330a07598c1310c7567e3ddde8591
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_ */