diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-01-14 00:32:47 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-01-14 00:32:47 +0000 |
commit | 2d74ac57a79cf13264f080dc0c450370cbc1d8c2 (patch) | |
tree | 9569e7179e5c0568ae39ccb44b44561748b2ad8a /sys/scsi/scsiconf.h | |
parent | 44b814d96d359e0f26046e89588f07e6b5a5c0d1 (diff) |
Tweak names a bit. show_mem -> scsi_show_mem, show_scsi_xs ->
scsi_xs_show.
No functional change.
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r-- | sys/scsi/scsiconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index 46419776443..d6e016320f9 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.117 2010/01/04 00:45:58 dlg Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.118 2010/01/14 00:32:46 krw Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -555,9 +555,9 @@ int scsi_report_luns(struct scsi_link *, int, void scsi_minphys(struct buf *, struct scsi_link *); int scsi_interpret_sense(struct scsi_xfer *); -void show_scsi_xs(struct scsi_xfer *); +void scsi_xs_show(struct scsi_xfer *); void scsi_print_sense(struct scsi_xfer *); -void show_mem(u_char *, int); +void scsi_show_mem(u_char *, int); void scsi_strvis(u_char *, u_char *, int); int scsi_delay(struct scsi_xfer *, int); |