Changes in uspace/drv/bus/isa/i8237.c [1a37496:7c3fb9b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/isa/i8237.c
r1a37496 r7c3fb9b 188 188 } dma_controller_t; 189 189 190 static FIBRIL_MUTEX_INITIALIZE(guard);190 static fibril_mutex_t guard = FIBRIL_MUTEX_INITIALIZER(guard); 191 191 192 192 /** Standard i8237 DMA controller.
Note:
See TracChangeset
for help on using the changeset viewer.