diff options
Diffstat (limited to 'include/fsp.h')
-rw-r--r-- | include/fsp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fsp.h b/include/fsp.h index 0291084..4e247cc 100644 --- a/include/fsp.h +++ b/include/fsp.h @@ -827,4 +827,7 @@ extern void fsp_dpo_init(void); /* Chiptod */ extern void fsp_chiptod_init(void); +/* Terminate immediate */ +extern void __attribute__((noreturn)) ibm_fsp_terminate(const char *msg); + #endif /* __FSP_H */ |