summaryrefslogtreecommitdiff
path: root/host/include/vboot_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/vboot_host.h')
-rw-r--r--host/include/vboot_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/vboot_host.h b/host/include/vboot_host.h
index 9ebe4040..cb0d0f3c 100644
--- a/host/include/vboot_host.h
+++ b/host/include/vboot_host.h
@@ -19,6 +19,7 @@
/* partition table manipulation */
int CgptCreate(CgptCreateParams *params);
int CgptAdd(CgptAddParams *params);
+int CgptEdit(CgptEditParams *params);
int CgptSetAttributes(CgptAddParams *params);
int CgptGetPartitionDetails(CgptAddParams *params);
int CgptBoot(CgptBootParams *params);