Changeset 95f5adb in rtems
- Timestamp:
- 01/14/00 15:34:47 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 512a536
- Parents:
- 752badac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libchip/network/dec21140.c
r752badac r95f5adb 77 77 #define IO_MASK 0x3 78 78 #define MEM_MASK 0xF 79 #define MASK_OFFSET 0xF80 79 81 80 /* command and status registers, 32-bit access, only if IO-ACCESS */ … … 174 173 #define CPU_CACHE_ALIGNMENT_FOR_BUFFER PPC_CACHE_ALIGNMENT 175 174 #else 175 extern void Wait_X_ms( unsigned int timeToWait ); 176 176 #define phys_to_bus(address) ((unsigned int) ((address))) 177 177 #define bus_to_phys(address) ((unsigned int) ((address)))
Note: See TracChangeset
for help on using the changeset viewer.