usr/src/cmd/format/ctlr_scsi.h
changeset 11533 21be9ad3325a
parent 3525 9335c401db09
child 12594 d6a845bf8951
--- a/usr/src/cmd/format/ctlr_scsi.h	Mon Jan 18 09:32:20 2010 +0800
+++ b/usr/src/cmd/format/ctlr_scsi.h	Mon Jan 18 09:26:09 2010 +0530
@@ -19,15 +19,13 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
 #ifndef	_CTLR_SCSI_H
 #define	_CTLR_SCSI_H
 
-#pragma ident	"%Z%%M%	%I%	%E% SMI"
-
 #ifdef	__cplusplus
 extern "C" {
 #endif
@@ -134,10 +132,7 @@
 /*
  *	Local prototypes for ANSI C compilers
  */
-#ifdef sparc
 int	scsi_rdwr(int, int, diskaddr_t, int, caddr_t, int, int *);
-#endif /* sparc */
-
 int	scsi_ex_man(struct defect_list *);
 int	scsi_ex_cur(struct defect_list *);
 int	scsi_ex_grown(struct defect_list *);
@@ -163,9 +158,9 @@
 int	scsi_ms_page4();
 int	scsi_read_defect_data();
 int	scsi_repair();
-int	scsi_rdwr();
 #endif /* sparc */
 
+int	scsi_rdwr();
 int	scsi_ck_format();
 int	scsi_ex_man();
 int	scsi_ex_cur();