gensh1/include/bsp.h: Remove rtems_bsp_delay()

This commit is contained in:
Joel Sherrill
2014-03-21 08:55:05 -05:00
parent 5830f5a9e1
commit 8fd544d59d
+2 -10
View File
@@ -49,20 +49,12 @@ extern "C" {
/* Constants */
/*
* Simple spin delay in microsecond units for device drivers.
* This is very dependent on the clock speed of the target.
*/
#define rtems_bsp_delay( microseconds ) CPU_delay(microseconds)
#define sh_delay( microseconds ) CPU_delay(microseconds)
/*
* Defined in the linker script 'linkcmds'
*/
extern void *CPU_Interrupt_stack_low ;
extern void *CPU_Interrupt_stack_high ;
extern void *CPU_Interrupt_stack_low;
extern void *CPU_Interrupt_stack_high;
/*
* Device Driver Table Entries