metal-cos/include/errno.h
2014-09-04 23:26:02 -07:00

12 lines
137 B
C

#ifndef __ERRNO_H__
#define __ERRNO_H__
#define EIO 1
#define EBADF 2
#define EINVAL 3
#define EFAULT 4
#endif /* __ERRNO_H__ */