summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2api.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2api.h')
-rw-r--r--firmware/2lib/include/2api.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/firmware/2lib/include/2api.h b/firmware/2lib/include/2api.h
index 869d2361..643bc986 100644
--- a/firmware/2lib/include/2api.h
+++ b/firmware/2lib/include/2api.h
@@ -1346,12 +1346,8 @@ char *vb2api_get_debug_info(struct vb2_context *ctx);
*/
uint32_t vb2ex_mtime(void);
-/**
- * Delay for at least the specified number of milliseconds.
- *
- * @param msec Duration in milliseconds.
- */
-void vb2ex_msleep(uint32_t msec);
+/*****************************************************************************/
+/* Firmware slot information. */
union vb2_fw_boot_info {
uint8_t raw[4];