diff options
Diffstat (limited to 'include/bootm.h')
-rw-r--r-- | include/bootm.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/bootm.h b/include/bootm.h index 0350c349f37..a812a6bf24f 100644 --- a/include/bootm.h +++ b/include/bootm.h @@ -75,4 +75,14 @@ void board_quiesce_devices(void); */ void switch_to_non_secure_mode(void); +/** + * arch_preboot_os() - arch specific configuration before booting + */ +void arch_preboot_os(void); + +/** + * board_preboot_os() - board specific configuration before booting + */ +void board_preboot_os(void); + #endif |