Herzog Library 00.00.01  rel_libdev.herzog.00.00.01.10606
errno.h
Go to the documentation of this file.
1 
12 #ifndef __ERRNO_H__
13 #define __ERRNO_H__
14 
15 #define EPERM 1
16 #define EAGAIN 2
17 #define EFAULT 3
18 #define EBUSY 4
19 #define ENODEV 5
20 #define ETIMEOUT 6
21 #endif