Index: uspace/lib/c/include/device/hw_res.h
===================================================================
--- uspace/lib/c/include/device/hw_res.h	(revision 0ea8f831bb1267b64f63e0b10f4a87955282309e)
+++ uspace/lib/c/include/device/hw_res.h	(revision d98d136b4638fc87308c328043b875d0715b1d29)
@@ -50,5 +50,7 @@
 	INTERRUPT,
 	IO_RANGE,
-	MEM_RANGE
+	MEM_RANGE,
+	DMA_CHANNEL_8,
+	DMA_CHANNEL_16,
 } hw_res_type_t;
 
@@ -77,4 +79,9 @@
 			int irq;
 		} interrupt;
+
+		union {
+			int dma8;
+			int dma16;
+		} dma_channel;
 	} res;
 } hw_resource_t;
