blob: fdb47ea24b9237432423243d8b19b467929e95f5 [file] [log] [blame]
/*
* Copyright 2020 The Hafnium Authors.
*
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/BSD-3-Clause.
*/
#pragma once
#include "hf/ffa.h"
void arch_tee_init(void);
struct ffa_value arch_tee_call(struct ffa_value args);