metal-cos/include/errno.h

12 lines
137 B
C
Raw Normal View History

2014-09-05 06:26:02 +00:00
#ifndef __ERRNO_H__
#define __ERRNO_H__
#define EIO 1
#define EBADF 2
#define EINVAL 3
#define EFAULT 4
#endif /* __ERRNO_H__ */