From: Erik M. <er...@us...> - 2001-10-27 21:04:23
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv791/include/blob Modified Files: linux.h arch.h Log Message: Initial support for the Compaq Ipaq H3600 series Index: linux.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/linux.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- linux.h 2001/10/07 15:17:49 1.1 +++ linux.h 2001/10/27 21:04:20 1.2 @@ -38,6 +38,8 @@ # define ARCH_NUMBER (16) #elif defined CLART # define ARCH_NUMBER (68) +#elif defined H3600 +# define ARCH_NUMBER (22) #elif defined LART # define ARCH_NUMBER (27) #elif defined NESA Index: arch.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- arch.h 2001/10/14 20:24:32 1.1 +++ arch.h 2001/10/27 21:04:20 1.2 @@ -43,6 +43,8 @@ # include <blob/arch/brutus.h> #elif defined CLART # include <blob/arch/clart.h> +#elif defined H3600 +# include <blob/arch/h3600.h> #elif defined LART # include <blob/arch/lart.h> #elif defined NESA |