diff options
Diffstat (limited to 'sys/dev/ncv/ncr53c500var.h')
-rw-r--r-- | sys/dev/ncv/ncr53c500var.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ncv/ncr53c500var.h b/sys/dev/ncv/ncr53c500var.h index 2faa8c8..fd84b4f 100644 --- a/sys/dev/ncv/ncr53c500var.h +++ b/sys/dev/ncv/ncr53c500var.h @@ -90,10 +90,10 @@ struct ncv_targ_info { /***************************************************************** * Proto *****************************************************************/ -int ncvprobesubr __P((bus_space_tag_t, bus_space_handle_t ioh, u_int, int)); -void ncvattachsubr __P((struct ncv_softc *)); -int ncvprint __P((void *, const char *)); -int ncvintr __P((void *)); +int ncvprobesubr(bus_space_tag_t, bus_space_handle_t ioh, u_int, int); +void ncvattachsubr(struct ncv_softc *); +int ncvprint(void *, const char *); +int ncvintr(void *); #if defined(i386) #define SOFT_INTR_REQUIRED(slp) (softintr((slp)->sl_irq)) |