projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[PATCH] random: remove SA_SAMPLE_RANDOM from floppy driver
[linux-2.6]
/
include
/
asm-parisc
/
unaligned.h
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_ */