Update of /cvsroot/blob/blob/include/blob
In directory sc8-pr-cvs1:/tmp/cvs-serv26874/include/blob
Modified Files:
arch.h linux.h
Log Message:
- add PT VibXpert (DAFIT) support
Index: arch.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/arch.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- arch.h 26 Nov 2002 18:52:52 -0000 1.12
+++ arch.h 3 Apr 2003 15:02:59 -0000 1.13
@@ -70,6 +70,8 @@
# include <blob/arch/shannon.h>
#elif defined PT_SYSTEM3
# include <blob/arch/system3.h>
+#elif defined PT_DAFIT
+# include <blob/arch/dafit.h>
#elif defined TRIZEPS
# include <blob/arch/trizeps.h>
#elif defined PXA_IDP
Index: linux.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/linux.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- linux.h 26 Nov 2002 18:52:52 -0000 1.12
+++ linux.h 3 Apr 2003 15:02:59 -0000 1.13
@@ -68,7 +68,7 @@
# define ARCH_NUMBER (20)
#elif defined SHANNON
# define ARCH_NUMBER (97)
-#elif defined PT_SYSTEM3
+#elif defined PT_SYSTEM3 || defined PT_DAFIT
# define ARCH_NUMBER (112)
#elif defined TRIZEPS
# define ARCH_NUMBER (74)
|