summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-07-01 20:34:28 +0000
committerpeter <peter@FreeBSD.org>1999-07-01 20:34:28 +0000
commitb9a0f50692b3b09e0399fed082a64ce135e3a1eb (patch)
treedf44a3a7093e530a9568eb96b9740f03d6472793
parent6422c7e21bcbb4f6e46ab7a768a653533560bfc1 (diff)
downloadFreeBSD-src-b9a0f50692b3b09e0399fed082a64ce135e3a1eb.zip
FreeBSD-src-b9a0f50692b3b09e0399fed082a64ce135e3a1eb.tar.gz
Prototype for alpha_fix_srm_checksum().
-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