Karl Meakin | 67b7941 | 2024-10-18 17:46:34 +0100 | [diff] [blame] | 1 | /* |
Karl Meakin | d8c9fff | 2025-02-10 12:26:48 +0000 | [diff] [blame^] | 2 | * Copyright 2025 The Hafnium Authors. |
Karl Meakin | 67b7941 | 2024-10-18 17:46:34 +0100 | [diff] [blame] | 3 | * |
| 4 | * Use of this source code is governed by a BSD-style |
| 5 | * license that can be found in the LICENSE file or at |
| 6 | * https://opensource.org/licenses/BSD-3-Clause. |
| 7 | */ |
| 8 | |
| 9 | #pragma once |
| 10 | |
Karl Meakin | d8c9fff | 2025-02-10 12:26:48 +0000 | [diff] [blame^] | 11 | #include "hf/mpool.h" |
| 12 | |
| 13 | void plat_ffa_log_init(void); |
| 14 | void plat_ffa_init(struct mpool *ppool); |
Karl Meakin | 67b7941 | 2024-10-18 17:46:34 +0100 | [diff] [blame] | 15 | |
| 16 | bool plat_ffa_is_tee_enabled(void); |
Karl Meakin | 67b7941 | 2024-10-18 17:46:34 +0100 | [diff] [blame] | 17 | void plat_ffa_set_tee_enabled(bool tee_enabled); |