summaryrefslogtreecommitdiffstats
path: root/sys/dev/snc/if_sncvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/snc/if_sncvar.h')
-rw-r--r--sys/dev/snc/if_sncvar.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/snc/if_sncvar.h b/sys/dev/snc/if_sncvar.h
index 98b2d94..33e39f3 100644
--- a/sys/dev/snc/if_sncvar.h
+++ b/sys/dev/snc/if_sncvar.h
@@ -36,12 +36,12 @@
extern devclass_t snc_devclass;
-void snc_release_resources __P((device_t));
-int snc_alloc_port __P((device_t, int));
-int snc_alloc_memory __P((device_t, int));
-int snc_alloc_irq __P((device_t, int, int));
+void snc_release_resources (device_t);
+int snc_alloc_port (device_t, int);
+int snc_alloc_memory (device_t, int);
+int snc_alloc_irq (device_t, int, int);
-int snc_probe __P((device_t, int));
-int snc_attach __P((device_t));
+int snc_probe (device_t, int);
+int snc_attach (device_t);
-void snc_shutdown __P((device_t));
+void snc_shutdown (device_t);
OpenPOWER on IntegriCloud