blob: 08183e847d99babb9e446e41cf2ca89df6010978 [file] [log] [blame]
Daniel Boulbyb2fb80e2021-02-03 15:09:23 +00001/*
2 * Copyright 2021 The Hafnium Authors.
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#include "hf/ffa.h"
10
11#include "hf/vm_ids.h"
12
13ffa_vm_id_t arch_ffa_spmc_id_get(void)
14{
15 return HF_SPMC_VM_ID;
16}