summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/disklabel.h5
-rw-r--r--sys/sys/diskmbr.h5
-rw-r--r--sys/sys/diskpc98.h5
3 files changed, 12 insertions, 3 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index 6d603ff..29b17df 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.2 (Berkeley) 7/10/94
- * $Id: disklabel.h,v 1.38 1999/04/03 07:21:14 bde Exp $
+ * $Id: disklabel.h,v 1.39 1999/05/08 07:02:41 phk Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -459,6 +459,9 @@ int setdisklabel __P((struct disklabel *olp, struct disklabel *nlp,
u_long openmask));
int writedisklabel __P((dev_t dev, void (*strat)(struct buf *bp),
struct disklabel *lp));
+#ifdef __alpha__
+void alpha_fix_srm_checksum __P((struct buf *bp));
+#endif
#endif /* KERNEL */
diff --git a/sys/sys/diskmbr.h b/sys/sys/diskmbr.h
index 6d603ff..29b17df 100644
--- a/sys/sys/diskmbr.h
+++ b/sys/sys/diskmbr.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.2 (Berkeley) 7/10/94
- * $Id: disklabel.h,v 1.38 1999/04/03 07:21:14 bde Exp $
+ * $Id: disklabel.h,v 1.39 1999/05/08 07:02:41 phk Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -459,6 +459,9 @@ int setdisklabel __P((struct disklabel *olp, struct disklabel *nlp,
u_long openmask));
int writedisklabel __P((dev_t dev, void (*strat)(struct buf *bp),
struct disklabel *lp));
+#ifdef __alpha__
+void alpha_fix_srm_checksum __P((struct buf *bp));
+#endif
#endif /* KERNEL */
diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h
index 6d603ff..29b17df 100644
--- a/sys/sys/diskpc98.h
+++ b/sys/sys/diskpc98.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.2 (Berkeley) 7/10/94
- * $Id: disklabel.h,v 1.38 1999/04/03 07:21:14 bde Exp $
+ * $Id: disklabel.h,v 1.39 1999/05/08 07:02:41 phk Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -459,6 +459,9 @@ int setdisklabel __P((struct disklabel *olp, struct disklabel *nlp,
u_long openmask));
int writedisklabel __P((dev_t dev, void (*strat)(struct buf *bp),
struct disklabel *lp));
+#ifdef __alpha__
+void alpha_fix_srm_checksum __P((struct buf *bp));
+#endif
#endif /* KERNEL */
OpenPOWER on IntegriCloud