blob: af401d185939775080fe2463c4bb5888f5792975 [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/boot_params.h"
#include "hf/ffa.h"
#include "hf/vm.h"
bool arch_other_world_vm_init(struct vm *other_world_vm,
const struct boot_params *params,
struct mpool *ppool);
struct ffa_value arch_other_world_call(struct ffa_value args);