blob: 4a33b264fa4e8dd668f1aa540796541efee87a55 [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
Karl Meakinfa1dcb82025-02-10 16:47:50 +000013void ffa_init_log(void);
14void ffa_init(struct mpool *ppool);
Karl Meakin67b79412024-10-18 17:46:34 +010015
Karl Meakinfa1dcb82025-02-10 16:47:50 +000016bool ffa_init_is_tee_enabled(void);
17void ffa_init_set_tee_enabled(bool tee_enabled);
Madhukar Pappireddy4b6d88d2025-09-09 10:02:56 -050018void ffa_init_version(void);