mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 06:19:56 +00:00

Change-Id: Ia660b6554fe4544effd1810e1aca202f95e3c447 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
14 lines
235 B
C
14 lines
235 B
C
/*
|
|
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef MPAM_H
|
|
#define MPAM_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
void mpam_enable(bool el2_unused);
|
|
|
|
#endif /* MPAM_H */
|