From: Nathael Pajani Date: Wed, 13 Mar 2013 15:26:44 +0000 (+0100) Subject: Adding ENODEV define X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=a7746cd2c512f8fa9a08af5228bb2536caaa06bc;p=soft%2Flpc122x%2Fcore Adding ENODEV define --- 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 */