f5b23605e8dc535a9affeeb5390004d7e8f60314
[tpg/acess2.git] / Kernel / include / errno.h
1 /*
2  * Acess2
3  * errno.h
4  */
5 #ifndef _ERRNO_H
6 #define _ERRNO_H
7
8 enum eErrorNums
9 {
10         EOK,
11         ENOSYS,
12         EINVAL,
13         ENOMEM,
14         EACCES,
15         ENOTFOUND,
16         EREADONLY,
17         ENOTIMPL,
18         ENOENT,
19         ENFILE,
20         ENOTDIR,
21         
22         NUM_ERRS
23 };
24
25 #endif

UCC git Repository :: git.ucc.asn.au