diff options
Diffstat (limited to 'sys/dev/ispfw/ispfw.c')
-rw-r--r-- | sys/dev/ispfw/ispfw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ispfw/ispfw.c b/sys/dev/ispfw/ispfw.c index 3196ba3..8f4f2a9 100644 --- a/sys/dev/ispfw/ispfw.c +++ b/sys/dev/ispfw/ispfw.c @@ -50,9 +50,9 @@ #define PCI_PRODUCT_QLOGIC_ISP2300 0x2300 #define PCI_PRODUCT_QLOGIC_ISP2312 0x2312 -typedef void ispfwfunc __P((int, int, int, const u_int16_t **)); +typedef void ispfwfunc(int, int, int, const u_int16_t **); extern ispfwfunc *isp_get_firmware_p; -static void isp_get_firmware __P((int, int, int, const u_int16_t **)); +static void isp_get_firmware(int, int, int, const u_int16_t **); static int ncallers = 0; static const u_int16_t ***callp = NULL; |