summaryrefslogtreecommitdiffstats
path: root/src/include/bootmode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/bootmode.h')
-rw-r--r--src/include/bootmode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/bootmode.h b/src/include/bootmode.h
index a2c3411c0bb9..bec2d8081f10 100644
--- a/src/include/bootmode.h
+++ b/src/include/bootmode.h
@@ -20,6 +20,8 @@
#ifndef __BOOTMODE_H__
#define __BOOTMODE_H__
+/* functions implemented per mainboard: */
+void init_bootmode_straps(void);
int get_developer_mode_switch(void);
int get_recovery_mode_switch(void);