Adding ENODEV define
authorNathael Pajani <nathael.pajani@ed3l.fr>
Wed, 13 Mar 2013 15:26:44 +0000 (16:26 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
include/core/system.h

index 4ad6baf..9788e76 100644 (file)
@@ -36,6 +36,7 @@
 #define EAGAIN      11 /* Device already in use */
 #define EFAULT      14 /* address above eeprom size */
 #define EBUSY       16 /* Device or ressource Busy or Arbitration lost */
+#define ENODEV      19 /* No such device */
 #define EINVAL      22 /* Invalid argument */
 #define EBADFD      77 /* Device not initialized */
 #define EREMOTEIO  121 /* Device did not acknowledge */