Yann Gautier | 4193466 | 2018-07-20 11:36:05 +0200 | [diff] [blame] | 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__ */ |