diff --git a/sys/sys/sun_disklabel.h b/sys/sys/sun_disklabel.h index c97579241216..99c5c3a469ae 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);