summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include
diff options
context:
space:
mode:
authorUwe Stuehler <uwe@cvs.openbsd.org>2005-11-04 13:34:00 +0000
committerUwe Stuehler <uwe@cvs.openbsd.org>2005-11-04 13:34:00 +0000
commit760c5b136744c3cdd52e714afb00ff13cd911e54 (patch)
treeb051c0af4414f9a3dd826f9e575277573a072c03 /sys/arch/arm/include
parentc08ab254bfb5644e56f4298f70cb20164e8ad5f4 (diff)
remove useless prototype; ok drahn@
Diffstat (limited to 'sys/arch/arm/include')
-rw-r--r--sys/arch/arm/include/disklabel.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/sys/arch/arm/include/disklabel.h b/sys/arch/arm/include/disklabel.h
index aaa41e8704d..c3e5078bc4b 100644
--- a/sys/arch/arm/include/disklabel.h
+++ b/sys/arch/arm/include/disklabel.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: disklabel.h,v 1.4 2004/11/10 10:36:12 grange Exp $ */
-/* $OpenBSD: disklabel.h,v 1.4 2004/11/10 10:36:12 grange Exp $ */
+/* $OpenBSD: disklabel.h,v 1.5 2005/11/04 13:33:59 uwe Exp $ */
+/* $OpenBSD: disklabel.h,v 1.5 2005/11/04 13:33:59 uwe Exp $ */
/* $NetBSD: disklabel.h,v 1.2 2001/11/25 19:02:03 thorpej Exp $ */
/*
@@ -129,16 +129,4 @@ struct cpu_disklabel {
struct dkbad bad;
};
-#ifdef _KERNEL
-struct buf;
-struct disklabel;
-/* for readdisklabel. rv != 0 -> matches, msg == NULL -> success */
-int mbr_label_read (dev_t, void (*)(struct buf *), struct disklabel *,
- struct cpu_disklabel *, char **, int *, int *);
-
-/* for writedisklabel. rv == 0 -> dosen't match, rv > 0 -> success */
-int mbr_label_locate (dev_t, void (*)(struct buf *),
- struct disklabel *, struct cpu_disklabel *, int *, int *);
-#endif /* _KERNEL */
-
#endif /* _ARM_DISKLABEL_H_ */