Index: uspace/lib/drv/include/ops/hw_res.h
===================================================================
--- uspace/lib/drv/include/ops/hw_res.h	(revision 9991c47fc8c46d0e24bc1c32ff3c50cc3e8b340d)
+++ uspace/lib/drv/include/ops/hw_res.h	(revision 85c4cc45566ebd271cb1eb0c23dd3980d6a8a367)
@@ -1,4 +1,5 @@
 /*
- * Copyright (c) 2010 Lenka Trochtova 
+ * Copyright (c) 2010 Lenka Trochtova
+ * Copyright (c) 2011 Jan Vesely
  * All rights reserved.
  *
@@ -44,5 +45,6 @@
 	 hw_resource_list_t *(*get_resource_list)(ddf_fun_t *);
 	 bool (*enable_interrupt)(ddf_fun_t *);
-	 int (*dma_channel_setup)(unsigned, uintptr_t, uint16_t, uint8_t);
+	 int (*dma_channel_setup)(ddf_fun_t *,
+	     unsigned, uint32_t, uint16_t, uint8_t);
 } hw_res_ops_t;
 
