git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
feat: sector rwm ops test code
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
status.h
1
#ifndef __LUNAIX_CODE_H
2
#define __LUNAIX_CODE_H
3
4
#define LXPROCFULL -(1)
5
#define LXHEAPFULL -(2)
6
#define LXINVLDPTR -(2)
7
#define LXOUTOFMEM -(3)
8
#define LXINVLDPID -(4)
9
#define LXSEGFAULT -(5)
10
#define LXINVL -(6)
11
12
#define EINTR -(7)
13
14
#endif /* __LUNAIX_CODE_H */