summaryrefslogtreecommitdiff
path: root/src/stm/ao_boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm/ao_boot.h')
-rw-r--r--src/stm/ao_boot.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/stm/ao_boot.h b/src/stm/ao_boot.h
index 863d8e05..3e8c50ba 100644
--- a/src/stm/ao_boot.h
+++ b/src/stm/ao_boot.h
@@ -19,6 +19,15 @@
#define _AO_BOOT_H_
void
-ao_reboot_application(void);
+ao_boot_chain(uint32_t *base);
+
+void
+ao_boot_check_pin(void);
+
+void
+ao_boot_check_chain(void);
+
+void
+ao_boot_reboot(uint32_t *base);
#endif /* _AO_BOOT_H_ */