blob: fd08afc7dfb7f874a8c5123f79dfa725f2b4bb8b [file] [log] [blame]
Yann Gautier41934662018-07-20 11:36:05 +02001/*
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
12int stm32_save_boot_interface(uint32_t interface, uint32_t instance);
13
14#endif /* __STM32MP1_CONTEXT_H__ */