Changeset f876488 in rtems


Ignore:
Timestamp:
10/20/04 04:31:21 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
76f9c44
Parents:
39d1c25
Message:

2004-10-20 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Remove tm27 stuff.
Location:
c/src/lib/libbsp/bare
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/bare/ChangeLog

    r39d1c25 rf876488  
    112004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
    22
     3        * include/bsp.h: Remove tm27 stuff.
    34        * include/tm27.h: New.
    45        * Makefile.am: Add tm27.h
  • c/src/lib/libbsp/bare/include/bsp.h

    r39d1c25 rf876488  
    4949
    5050/*
    51  *  Stuff for Time Test 27
    52  */
    53 
    54 #define MUST_WAIT_FOR_INTERRUPT 0
    55 
    56 #define Install_tm27_vector( handler )
    57 
    58 #define Cause_tm27_intr()
    59 
    60 #define Clear_tm27_intr()
    61 
    62 #define Lower_tm27_intr()
    63 
    64 /*
    6551 *  Simple spin delay in microsecond units for device drivers.
    6652 *  This is very dependent on the clock speed of the target.
Note: See TracChangeset for help on using the changeset viewer.