summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/vboot_api.h')
-rw-r--r--firmware/include/vboot_api.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/firmware/include/vboot_api.h b/firmware/include/vboot_api.h
index 455c3dcc..62fd32fe 100644
--- a/firmware/include/vboot_api.h
+++ b/firmware/include/vboot_api.h
@@ -766,19 +766,6 @@ enum vb_firmware_region {
};
/**
- * Check if the firmware wants to override GPT entry priority.
- *
- * In case of kernel entry, check if there is an override of priority
- * available. This is used to select a particular partition to boot in the
- * current boot cycle. Rollback protection, image verification and all other
- * checks in LoadKernel still remain the same.
- *
- * @param e Gpt Entry to check for priority override.
- * @return 0 if no override, 1-15 for override priority.
- */
-uint8_t VbExOverrideGptEntryPriority(const GptEntry *e);
-
-/**
* Return number of locales supported
*
* @param count Pointer to the number of locales.