Changeset 497428a2 in rtems for c/src/exec/score/cpu/no_cpu
- Timestamp:
- 05/30/95 19:42:36 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e864cfe
- Parents:
- 4e0074bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/no_cpu/no_cputypes.h
r4e0074bc r497428a2 45 45 typedef double double_precision; /* double precision float */ 46 46 47 typedef void ( *no_cpu_isr )( void ); 47 typedef void no_cpu_isr; 48 typedef void ( *no_cpu_isr_entry )( void ); 48 49 49 50 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.