From: Erik M. <er...@us...> - 2002-01-02 01:21:45
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv9714/include/blob Modified Files: errno.h Log Message: Happy new year! This is the start of a new serial driver that should make porting blob to non-StrongARM architectures easier. The SA11x0 driver is implemented, but completely untested at the moment. It's trivial to do the rest of the serial code, but I'd better go to bed, or otherwise Jan-Derk will complain that I'm working too late ;) Part two follows tomorrow. Index: errno.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/errno.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- errno.h 2001/10/15 21:24:39 1.3 +++ errno.h 2002/01/02 01:21:41 1.4 @@ -41,6 +41,7 @@ #define EAMBIGCMD 11 /* ambiguous command */ #define EFLASHERASE 12 /* can't erase flash block */ #define EFLASHPGM 13 /* flash program error */ +#define ESERIAL 14 /* serial port error */ #endif |