summaryrefslogtreecommitdiffstats
path: root/sys/sys/sun_disklabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/sun_disklabel.h')
-rw-r--r--sys/sys/sun_disklabel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys/sun_disklabel.h b/sys/sys/sun_disklabel.h
index c975792..99c5c3a 100644
--- a/sys/sys/sun_disklabel.h
+++ b/sys/sys/sun_disklabel.h
@@ -103,3 +103,6 @@ struct sun_disklabel { /* total size = 512 bytes */
#ifdef CTASSERT
CTASSERT(sizeof (struct sun_disklabel) == 512);
#endif
+
+int sunlabel_dec(void const *pp, struct sun_disklabel *sl);
+void sunlabel_enc(void *pp, struct sun_disklabel *sl);
OpenPOWER on IntegriCloud