mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 14:56:12 +08:00
gensh1/include/bsp.h: Remove rtems_bsp_delay()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user