diff options
Diffstat (limited to 'device/conf.h')
-rw-r--r-- | device/conf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/device/conf.h b/device/conf.h index 8aacc86e..a0d5010f 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 |