diff options
Diffstat (limited to 'src/include/reset.h')
-rw-r--r-- | src/include/reset.h | 2 |
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 |