]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/types/TinyError.h
Update of Std/Split Control interface definitions to be in line with TEP115. Also...
[tinyos-2.x.git] / tos / types / TinyError.h
index 3974a93ed83c64076c926c8f47e6465130d87dcd..d733a4260477c1ba50048188b08356921b31cfc7 100644 (file)
@@ -41,6 +41,7 @@ enum {
   EINVAL         = 6,           // An invalid parameter was passed
   ERETRY         = 7,           // A rare and transient failure: can retry
   ERESERVE       = 8,           // Reservation required before usage
+  EALREADY       = 9,           // The device state you are requesting is already set
 };
 
 typedef uint8_t error_t __attribute__((combine(ecombine)));