Changeset d98d136 in mainline
- Timestamp:
- 2011-11-13T20:39:10Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 55a8e0c
- Parents:
- 0ea8f83
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/lib/c/include/device/hw_res.h ¶
r0ea8f83 rd98d136 50 50 INTERRUPT, 51 51 IO_RANGE, 52 MEM_RANGE 52 MEM_RANGE, 53 DMA_CHANNEL_8, 54 DMA_CHANNEL_16, 53 55 } hw_res_type_t; 54 56 … … 77 79 int irq; 78 80 } interrupt; 81 82 union { 83 int dma8; 84 int dma16; 85 } dma_channel; 79 86 } res; 80 87 } hw_resource_t;
Note:
See TracChangeset
for help on using the changeset viewer.