blob: 698415af2c98c7d34536ec84934ffac14234cc1c [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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef STM32MP1_CONTEXT_H
8#define STM32MP1_CONTEXT_H
Yann Gautier41934662018-07-20 11:36:05 +02009
10#include <stdint.h>
11
12int stm32_save_boot_interface(uint32_t interface, uint32_t instance);
13
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000014#endif /* STM32MP1_CONTEXT_H */