blob: 1a4abde511598d5a3cf90bb546a15c3467dfbd40 [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#pragma once
10
11#include "hf/ffa.h"
12
13/** Returns the SPMC ID. */
J-Alves19e20cf2023-08-02 12:48:55 +010014ffa_id_t arch_ffa_spmc_id_get(void);
Daniel Boulbyf7d9a782021-05-13 11:13:54 +010015
16/** Called once at boot time to initialize the platform ffa module. */
17void arch_ffa_init(void);