Added the ADT library (not really abstract, but it's a common data type library)
[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 };
19
20 #endif

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