diff packages/hal/common/current/src/drv_api.c @ 6:d376b777e2ce ecos-sw-1999-05-14

Merge from eCos master repository on 1999-05-14-19:27:43-BST
author jlarmour
date Fri, 14 May 1999 12:20:00 +0000
parents 443894e2e912
children c38311975d4f
line wrap: on
line diff
--- a/packages/hal/common/current/src/drv_api.c
+++ b/packages/hal/common/current/src/drv_api.c
@@ -122,6 +122,16 @@ static void call_dsrs(void)
 }
 
 //--------------------------------------------------------------------------
+// This is referenced from the HAL, although it does not actually get called.
+
+externC void
+cyg_interrupt_call_pending_DSRs(void)
+{
+    call_dsrs();
+}
+
+
+//--------------------------------------------------------------------------
 // Interrupt end function called from HAL VSR to tidy up. This is where
 // DSRs will be called if necessary.