aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/reset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/reset.h b/src/include/reset.h
index 9430ffef56..95ba608254 100644
--- a/src/include/reset.h
+++ b/src/include/reset.h
@@ -8,5 +8,7 @@ void hard_reset(void);
#endif
void soft_reset(void);
void cpu_reset(void);
+/* Some Intel SoCs use a special reset that is specific to SoC */
+void global_reset(void);
#endif