repo.or.cz
/
linux-3.6.7-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git]
/
arch
/
blackfin
/
include
/
asm
/
signal.h
blob
77a3bf37b69d6b3759ae678f8a90e61483a4cfe8
1
#ifndef _BLACKFIN_SIGNAL_H
2
#define _BLACKFIN_SIGNAL_H
3
4
#define SA_RESTORER 0x04000000
5
#include <asm-generic/signal.h>
6
7
#endif