diff options
Diffstat (limited to 'sys/dev/stg/tmc18c30var.h')
-rw-r--r-- | sys/dev/stg/tmc18c30var.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/stg/tmc18c30var.h b/sys/dev/stg/tmc18c30var.h index 021c622..99707c7 100644 --- a/sys/dev/stg/tmc18c30var.h +++ b/sys/dev/stg/tmc18c30var.h @@ -98,10 +98,10 @@ struct stg_targ_info { /***************************************************************** * Proto *****************************************************************/ -int stgprobesubr __P((bus_space_tag_t, bus_space_handle_t, u_int)); -void stgattachsubr __P((struct stg_softc *)); -int stgprint __P((void *, const char *)); -int stgintr __P((void *)); +int stgprobesubr(bus_space_tag_t, bus_space_handle_t, u_int); +void stgattachsubr(struct stg_softc *); +int stgprint(void *, const char *); +int stgintr(void *); #if defined(i386) #define SOFT_INTR_REQUIRED(slp) (softintr((slp)->sl_irq)) |