Changeset 615 for GPL/branches/uniaud32-next/include/linux/errno.h
- Timestamp:
- Jan 1, 2021, 5:31:48 AM (5 years ago)
- Location:
- GPL/branches/uniaud32-next
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/errno.h
r32 r615 13 13 #define ERESTARTNOHAND 514 /* restart if no handler.. */ 14 14 #define ENOIOCTLCMD 515 /* No ioctl command */ 15 #define ENOTSUPP 524 /* Operation is not supported */ 15 16 16 17 #endif 17 18 #define ENOENT 2 /* No such file or directory */ 19 #define EIO 5 /* I/O error */ 20 #define EEXIST 17 /* File exists */ 21 #define EINVAL 22 18 22 #endif
Note:
See TracChangeset
for help on using the changeset viewer.