summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/include/mach/stm32mp.h
blob: 506a42559b8021fd2aa6fac07684d44eeb542a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
/*
 * Copyright (C) 2024, STMicroelectronics - All Rights Reserved
 */

#ifndef __MACH_STM32MP_H_
#define __MACH_STM32MP_H_

int optee_get_reserved_memory(u32 *start, u32 *size);

#endif