summaryrefslogtreecommitdiff
path: root/sys/dev/pci/plx9060var.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/pci/plx9060var.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/dev/pci/plx9060var.h')
-rw-r--r--sys/dev/pci/plx9060var.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/plx9060var.h b/sys/dev/pci/plx9060var.h
index d8dfc952456..4a86794cfb0 100644
--- a/sys/dev/pci/plx9060var.h
+++ b/sys/dev/pci/plx9060var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: plx9060var.h,v 1.1 2001/06/21 13:21:50 nate Exp $ */
+/* $OpenBSD: plx9060var.h,v 1.2 2002/03/14 01:26:59 millert Exp $ */
/* $NetBSD$ */
/*-
@@ -49,9 +49,9 @@ struct plx9060_config {
};
#ifdef notyet
-void plx9060_read_eeprom __P((struct plx9060_config *, int, int, void *));
-void plx9060_write_eeprom __P((struct plx9060_config *, int, int,
- const void *));
+void plx9060_read_eeprom(struct plx9060_config *, int, int, void *);
+void plx9060_write_eeprom(struct plx9060_config *, int, int,
+ const void *);
#endif
#endif /* _DEV_PCI_PLX9060VAR_H_ */