summaryrefslogtreecommitdiff
path: root/firmware/lib/cgptlib/include/cgptlib_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/cgptlib/include/cgptlib_internal.h')
-rw-r--r--firmware/lib/cgptlib/include/cgptlib_internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/firmware/lib/cgptlib/include/cgptlib_internal.h b/firmware/lib/cgptlib/include/cgptlib_internal.h
index 50477c4f..b13c4916 100644
--- a/firmware/lib/cgptlib/include/cgptlib_internal.h
+++ b/firmware/lib/cgptlib/include/cgptlib_internal.h
@@ -138,15 +138,6 @@ void GptRepair(GptData *gpt);
*/
void GptModified(GptData *gpt);
-/* Getters and setters for partition attribute fields. */
-
-int GetEntrySuccessful(const GptEntry *e);
-int GetEntryPriority(const GptEntry *e);
-int GetEntryTries(const GptEntry *e);
-void SetEntrySuccessful(GptEntry *e, int successful);
-void SetEntryPriority(GptEntry *e, int priority);
-void SetEntryTries(GptEntry *e, int tries);
-
/**
* Return 1 if the entry is a Chrome OS kernel partition, else 0.
*/