From: Erik M. <er...@us...> - 2001-10-15 21:24:42
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv12525/include/blob Modified Files: errno.h Log Message: - add flash erase and program errors - simplify list with error strings Index: errno.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/errno.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- errno.h 2001/10/07 21:28:57 1.2 +++ errno.h 2001/10/15 21:24:39 1.3 @@ -39,5 +39,8 @@ #define ETOOSHORT 9 /* short file */ #define ETOOLONG 10 /* long file */ #define EAMBIGCMD 11 /* ambiguous command */ +#define EFLASHERASE 12 /* can't erase flash block */ +#define EFLASHPGM 13 /* flash program error */ + #endif |