Changeset 8fd544d5 in rtems for c/src/lib/libbsp/sh


Ignore:
Timestamp:
03/17/14 18:23:59 (10 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
43af31d
Parents:
5830f5a
git-author:
Joel Sherrill <joel.sherrill@…> (03/17/14 18:23:59)
git-committer:
Joel Sherrill <joel.sherrill@…> (03/21/14 13:55:05)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/gensh1/include/bsp.h

    r5830f5a r8fd544d5  
    5151
    5252/*
    53  *  Simple spin delay in microsecond units for device drivers.
    54  *  This is very dependent on the clock speed of the target.
    55  */
    56 
    57 #define rtems_bsp_delay( microseconds ) CPU_delay(microseconds)
    58 #define sh_delay( microseconds ) CPU_delay(microseconds)
    59 
    60 /*
    6153 * Defined in the linker script 'linkcmds'
    6254 */
    6355
    64 extern void *CPU_Interrupt_stack_low ;
    65 extern void *CPU_Interrupt_stack_high ;
     56extern void *CPU_Interrupt_stack_low;
     57extern void *CPU_Interrupt_stack_high;
    6658
    6759/*
Note: See TracChangeset for help on using the changeset viewer.