]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/uuid.h
Merge git://git.denx.de/u-boot-mmc
[people/ms/u-boot.git] / include / uuid.h
index 93027c1b286952650fc3e25e3fa90c504f2fcebd..c3f423fab47848e74445af2cdead0419daebbf67 100644 (file)
@@ -36,6 +36,10 @@ enum {
 int uuid_str_valid(const char *uuid);
 int uuid_str_to_bin(char *uuid_str, unsigned char *uuid_bin, int str_format);
 void uuid_bin_to_str(unsigned char *uuid_bin, char *uuid_str, int str_format);
+#ifdef CONFIG_PARTITION_TYPE_GUID
+int uuid_guid_get_bin(const char *guid_str, unsigned char *guid_bin);
+int uuid_guid_get_str(unsigned char *guid_bin, char *guid_str);
+#endif
 void gen_rand_uuid(unsigned char *uuid_bin);
 void gen_rand_uuid_str(char *uuid_str, int str_format);
 #endif