summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/bootstate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/bootstate.h b/src/include/bootstate.h
index a64446a4a1..87ed0c8425 100644
--- a/src/include/bootstate.h
+++ b/src/include/bootstate.h
@@ -163,9 +163,6 @@ void boot_state_sched_entries(struct boot_state_init_entry *entries,
* success < 0 when the phase of the (state,seq) has already ran. */
int boot_state_block(boot_state_t state, boot_state_sequence_t seq);
int boot_state_unblock(boot_state_t state, boot_state_sequence_t seq);
-/* Block/Unblock current state phase from transitioning. */
-void boot_state_current_block(void);
-void boot_state_current_unblock(void);
/* In order to schedule boot state callbacks at compile-time specify the
* entries in an array using the BOOT_STATE_INIT_ENTRIES and