Changeset 497428a2 in rtems for c/src/exec/score/cpu/i960


Ignore:
Timestamp:
05/30/95 19:42:36 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e864cfe
Parents:
4e0074bc
Message:

cpu/*types.h added and successfully compiled.
IDLE task priority changed from 0 to 255 during initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/i960/i960types.h

    r4e0074bc r497428a2  
    4545typedef double         double_precision;     /* double precision float */
    4646
    47 typedef void ( *i960_isr )( void );
     47typedef void i960_isr;
     48
     49typedef void ( *i960_isr_entry )( void );
    4850
    4951#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.