Initial commit of kernel only
[tpg/acess2.git] / Kernel / include / errno.h
1 /*
2  * AcessOS Microkernel Version
3  * errno.h
4  */
5 #ifndef _ERRNO_H
6 #define _ERRNO_H
7
8 enum eErrorNums {
9         EOK,
10         ENOSYS,
11         EINVAL,
12         ENOMEM,
13         EACCES
14 };
15
16 #endif

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