Changeset afbadfb in rtems
- Timestamp:
- 01/24/05 05:37:30 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6d48403
- Parents:
- b9b531f
- Location:
- cpukit/score/cpu/i386
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/i386/ChangeLog
rb9b531f rafbadfb 1 2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * rtems/score/i386.h: *_swap_u16( uint16_t ). 4 1 5 2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org> 2 6 -
cpukit/score/cpu/i386/rtems/score/i386.h
rb9b531f rafbadfb 135 135 } 136 136 137 static inline u nsigned int i386_swap_u16(138 u nsigned int value137 static inline uint16_t i386_swap_u16( 138 uint16_t value 139 139 ) 140 140 {
Note: See TracChangeset
for help on using the changeset viewer.