blob: 5fef405680a8908d5e1b0a6d6b4480c9c0f175cb [file] [log] [blame]
Karl Meakin67b79412024-10-18 17:46:34 +01001/*
Karl Meakind8c9fff2025-02-10 12:26:48 +00002 * Copyright 2025 The Hafnium Authors.
Karl Meakin67b79412024-10-18 17:46:34 +01003 *
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 Meakind8c9fff2025-02-10 12:26:48 +000011#include "hf/mpool.h"
12
13void plat_ffa_log_init(void);
14void plat_ffa_init(struct mpool *ppool);
Karl Meakin67b79412024-10-18 17:46:34 +010015
16bool plat_ffa_is_tee_enabled(void);
Karl Meakin67b79412024-10-18 17:46:34 +010017void plat_ffa_set_tee_enabled(bool tee_enabled);