blob: 506a42559b8021fd2aa6fac07684d44eeb542a9e [file] [log] [blame]
Sughosh Ganu40886bf2024-08-26 17:29:38 +05301/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
2/*
3 * Copyright (C) 2024, STMicroelectronics - All Rights Reserved
4 */
5
6#ifndef __MACH_STM32MP_H_
7#define __MACH_STM32MP_H_
8
9int optee_get_reserved_memory(u32 *start, u32 *size);
10
11#endif