diff packages/hal/arm/arch/current/src/hal_mk_defs.c @ 103:95f3e12a6327 ecos-sw-2000-06-23

Merge from eCos master repository on 2000-06-23-16:41:10-BST
author jlarmour
date Fri, 23 Jun 2000 17:06:31 +0000
parents 435cced73e2f
children 5a0cc6c243a9
line wrap: on
line diff
--- a/packages/hal/arm/arch/current/src/hal_mk_defs.c
+++ b/packages/hal/arm/arch/current/src/hal_mk_defs.c
@@ -51,6 +51,7 @@
 # include <pkgconf/kernel.h>
 # include <cyg/kernel/instrmnt.h>
 #endif
+#include <cyg/hal/hal_if.h>
 
 /*
  * This program is used to generate definitions needed by
@@ -102,6 +103,9 @@ main(void)
     DEFINE(CPSR_MODE_BITS, CPSR_MODE_BITS);
     DEFINE(CPSR_INITIAL, CPSR_INITIAL);
     DEFINE(CPSR_THREAD_INITIAL, CPSR_THREAD_INITIAL);
+#if defined(CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT)
+    DEFINE(CYGNUM_CALL_IF_TABLE_SIZE, CYGNUM_CALL_IF_TABLE_SIZE);
+#endif
 }