summaryrefslogtreecommitdiffstats
path: root/sys/pci/simos.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/simos.c')
-rw-r--r--sys/pci/simos.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pci/simos.c b/sys/pci/simos.c
index bf12f5a..7944d5e 100644
--- a/sys/pci/simos.c
+++ b/sys/pci/simos.c
@@ -75,10 +75,10 @@ struct simos_softc* simosp[10];
static u_long simos_unit;
-static const char *simos_probe __P((pcici_t tag, pcidi_t type));
-static void simos_attach __P((pcici_t config_d, int unit));
-static void simos_action __P((struct cam_sim *sim, union ccb *ccb));
-static void simos_poll __P((struct cam_sim *sim));
+static const char *simos_probe(pcici_t tag, pcidi_t type);
+static void simos_attach(pcici_t config_d, int unit);
+static void simos_action(struct cam_sim *sim, union ccb *ccb);
+static void simos_poll(struct cam_sim *sim);
struct pci_device simos_driver = {
"simos",
OpenPOWER on IntegriCloud