Changeset 5830f5a 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:
8fd544d5
Parents:
770ad77
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:

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

File:
1 edited

Legend:

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

    r770ad77 r5830f5a  
    6767
    6868/*
    69  *  Simple spin delay in microsecond units for device drivers.
    70  *  This is very dependent on the clock speed of the target.
    71  */
    72 
    73 #define rtems_bsp_delay( microseconds ) CPU_delay(microseconds)
    74 #define sh_delay( microseconds ) CPU_delay( microseconds )
    75 
    76 /*
    7769 * Defined in the linker script 'linkcmds'
    7870 */
    7971
    80 extern void *CPU_Interrupt_stack_low ;
    81 extern void *CPU_Interrupt_stack_high ;
     72extern void *CPU_Interrupt_stack_low;
     73extern void *CPU_Interrupt_stack_high;
    8274
    8375/*
Note: See TracChangeset for help on using the changeset viewer.