Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/scsipi De-__P.
details: https://anonhg.NetBSD.org/src/rev/2812543775bf
branches: trunk
changeset: 569472:2812543775bf
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Aug 21 17:41:18 2004 +0000
description:
De-__P.
diffstat:
sys/dev/scsipi/atapiconf.h | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (33 lines):
diff -r 35f6073e7c72 -r 2812543775bf sys/dev/scsipi/atapiconf.h
--- a/sys/dev/scsipi/atapiconf.h Sat Aug 21 17:40:25 2004 +0000
+++ b/sys/dev/scsipi/atapiconf.h Sat Aug 21 17:41:18 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atapiconf.h,v 1.16 2004/08/12 04:31:33 thorpej Exp $ */
+/* $NetBSD: atapiconf.h,v 1.17 2004/08/21 17:41:18 thorpej Exp $ */
/*
* Copyright (c) 1996, 2001 Manuel Bouyer. All rights reserved.
@@ -49,15 +49,15 @@
*/
struct atapi_adapter {
struct scsipi_adapter _generic;
- void (*atapi_probe_device) __P((struct atapibus_softc *, int));
+ void (*atapi_probe_device)(struct atapibus_softc *, int);
};
-void *atapi_probe_device __P((struct atapibus_softc *, int,
- struct scsipi_periph *, struct scsipibus_attach_args *));
-int atapiprint __P((void *, const char *));
-void atapi_print_addr __P((struct scsipi_periph *));
-int atapi_interpret_sense __P((struct scsipi_xfer *));
-int atapi_scsipi_cmd __P((struct scsipi_periph *, struct scsipi_generic *,
- int, void *, size_t, int, int, struct buf *, int));
+void *atapi_probe_device(struct atapibus_softc *, int,
+ struct scsipi_periph *, struct scsipibus_attach_args *);
+int atapiprint(void *, const char *);
+void atapi_print_addr(struct scsipi_periph *);
+int atapi_interpret_sense(struct scsipi_xfer *);
+int atapi_scsipi_cmd(struct scsipi_periph *, struct scsipi_generic *,
+ int, void *, size_t, int, int, struct buf *, int);
#endif /* _DEV_SCSIPI_ATAPICONF_H */
Home |
Main Index |
Thread Index |
Old Index