Changeset 770ad77 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:
5830f5a
Parents:
851c44ef
git-author:
Joel Sherrill <joel.sherrill@…> (03/17/14 18:23:59)
git-committer:
Joel Sherrill <joel.sherrill@…> (03/21/14 13:55:04)
Message:

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

File:
1 edited

Legend:

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

    r851c44ef r770ad77  
    5454
    5555/*
    56  *  Simple spin delay in microsecond units for device drivers.
    57  *  This is very dependent on the clock speed of the target.
    58  */
    59 
    60 #define delay( microseconds ) CPU_delay(microseconds)
    61 #define sh_delay( microseconds ) CPU_delay( microseconds )
    62 
    63 /*
    6456 * Defined in the linker script 'linkcmds'
    6557 */
    6658
    67 extern void *CPU_Interrupt_stack_low ;
    68 extern void *CPU_Interrupt_stack_high ;
     59extern void *CPU_Interrupt_stack_low;
     60extern void *CPU_Interrupt_stack_high;
    6961
    7062/*
Note: See TracChangeset for help on using the changeset viewer.