diff options
Diffstat (limited to 'src/include/reset.h')
-rw-r--r-- | src/include/reset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/reset.h b/src/include/reset.h index 95ba608254..67f58db81f 100644 --- a/src/include/reset.h +++ b/src/include/reset.h @@ -10,5 +10,6 @@ void soft_reset(void); void cpu_reset(void); /* Some Intel SoCs use a special reset that is specific to SoC */ void global_reset(void); - +/* Some Intel SoCs may need to prepare/wait before reset */ +void reset_prepare(void); #endif |