Index: uspace/lib/c/include/device/hw_res.h
===================================================================
--- uspace/lib/c/include/device/hw_res.h	(revision df6b760f1bd75c44a53207ccec0e9abb8ca6ea0e)
+++ uspace/lib/c/include/device/hw_res.h	(revision 8b4e203e814436ee0c71d7631df8ffdd38fc11b2)
@@ -95,7 +95,6 @@
 
 
-bool get_hw_resources(int dev_phone, hw_resource_list_t *hw_resources);
-
-bool enable_interrupt(int dev_phone);
+extern int get_hw_resources(int, hw_resource_list_t *);
+extern bool enable_interrupt(int);
 
 
