From a7746cd2c512f8fa9a08af5228bb2536caaa06bc Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Wed, 13 Mar 2013 16:26:44 +0100 Subject: [PATCH] Adding ENODEV define --- include/core/system.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/core/system.h b/include/core/system.h index 4ad6baf..9788e76 100644 --- a/include/core/system.h +++ b/include/core/system.h @@ -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 */ -- 2.43.0