bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/3] build/device/device.server.c: fix implicit declaration of fu


From: Marin Ramesa
Subject: [PATCH 2/3] build/device/device.server.c: fix implicit declaration of function
Date: Sun, 1 Dec 2013 15:41:17 +0100

* include/device/device_types.h (device_deallocate): Add prototype.

---
 include/device/device_types.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/device/device_types.h b/include/device/device_types.h
index caf4fc0..b091d1d 100644
--- a/include/device/device_types.h
+++ b/include/device/device_types.h
@@ -135,4 +135,6 @@ typedef     int             io_return_t;
 #define D_NO_MEMORY            2508    /* memory allocation failure */
 #define D_READ_ONLY            2509    /* device cannot be written to */
 
+void device_deallocate(device_t dev);
+
 #endif /* DEVICE_TYPES_H */
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]