Changeset edb1dd83 in rtems for c/src/lib/libcpu/powerpc/mpc55xx/include/emios.h
- Timestamp:
- 11/08/11 10:05:50 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- d558bc49
- Parents:
- 467c767
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/mpc55xx/include/emios.h
r467c767 redb1dd83 28 28 #include <rtems.h> 29 29 #include <rtems/chain.h> 30 31 #include <bspopts.h> 30 32 31 33 #ifdef __cplusplus … … 170 172 /** @} */ 171 173 172 #define MPC55XX_EMIOS_CHANNEL_NUMBER 24U 174 #if MPC55XX_CHIP_TYPE / 10 == 567 175 #define MPC55XX_EMIOS_CHANNEL_NUMBER 32U 176 #else 177 #define MPC55XX_EMIOS_CHANNEL_NUMBER 24U 178 #endif 173 179 174 180 #define MPC55XX_EMIOS_VALUE_MAX 0x00ffffffU
Note: See TracChangeset
for help on using the changeset viewer.