git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Kernel/armv7 - Fixed lack of in*/out* functions
[tpg/acess2.git]
/
Kernel
/
include
/
signal.h
1
/*
2
* Acess2 Kernel
3
* Signal List
4
*/
5
#ifndef _SIGNAL_H_
6
#define _SIGNAL_H_
7
8
enum eSignals {
9
SIGKILL,
10
SIGSTOP,
11
SIGCONT,
12
SIGCHLD,
13
NSIG
14
};
15
16
#endif
UCC
git Repository :: git.ucc.asn.au