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