summaryrefslogtreecommitdiff
path: root/device/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/conf.h')
-rw-r--r--device/conf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/device/conf.h b/device/conf.h
index 8aacc86..a0d5010 100644
--- a/device/conf.h
+++ b/device/conf.h
@@ -58,9 +58,9 @@ typedef struct dev_ops *dev_ops_t;
/*
* Routines for null entries.
*/
-extern int nulldev(); /* no operation - OK */
-extern int nodev(); /* no operation - error */
-extern vm_offset_t nomap(); /* no operation - error */
+extern int nulldev(void); /* no operation - OK */
+extern int nodev(void); /* no operation - error */
+extern vm_offset_t nomap(void); /* no operation - error */
/*
* Flavor constants for d_dev_info routine