summaryrefslogtreecommitdiff
path: root/common/layer_stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/layer_stack.h')
-rw-r--r--common/layer_stack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/layer_stack.h b/common/layer_stack.h
index c88eaffc4f..25bf37a5b1 100644
--- a/common/layer_stack.h
+++ b/common/layer_stack.h
@@ -32,6 +32,7 @@ typedef struct {
} layer_item_t;
+void layer_stack_clear(void);
bool layer_stack_push(uint8_t layer);
bool layer_stack_pop(void);
bool layer_stack_remove(uint8_t layer);