summaryrefslogtreecommitdiff
path: root/cgpt/cgpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cgpt.h')
-rw-r--r--cgpt/cgpt.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/cgpt/cgpt.h b/cgpt/cgpt.h
index c53f0f32..6cf58998 100644
--- a/cgpt/cgpt.h
+++ b/cgpt/cgpt.h
@@ -96,19 +96,6 @@ int Save(struct drive *drive, const uint8_t *buf,
const uint64_t sector_count);
-/* GUID conversion functions. Accepted format:
- *
- * "C12A7328-F81F-11D2-BA4B-00A0C93EC93B"
- *
- * At least GUID_STRLEN bytes should be reserved in 'str' (included the tailing
- * '\0').
- */
-#define GUID_STRLEN 37
-int StrToGuid(const char *str, Guid *guid);
-void GuidToStr(const Guid *guid, char *str, unsigned int buflen);
-int GuidEqual(const Guid *guid1, const Guid *guid2);
-int IsZero(const Guid *guid);
-
/* Constant global type values to compare against */
extern const Guid guid_chromeos_firmware;
extern const Guid guid_chromeos_kernel;