1 /*
2  * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef STM32MP1_CONTEXT_H
8 #define STM32MP1_CONTEXT_H
9 
10 #include <stdint.h>
11 
12 int stm32_save_boot_interface(uint32_t interface, uint32_t instance);
13 
14 #endif /* STM32MP1_CONTEXT_H */
15