summaryrefslogtreecommitdiffstats
path: root/include/lib/extensions/mpam.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/lib/extensions/mpam.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/lib/extensions/mpam.h b/include/lib/extensions/mpam.h
new file mode 100644
index 0000000..414adcb
--- /dev/null
+++ b/include/lib/extensions/mpam.h
@@ -0,0 +1,14 @@
+/*
+ * 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 */