blob: 2d92ef190a196dfda3517da4b24e5e867f66e278 [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
Olivier Deprez55a189e2021-06-09 15:45:27 +020011#include "hf/vcpu.h"
Daniel Boulbyb2fb80e2021-02-03 15:09:23 +000012
Olivier Deprez5b588332023-09-05 15:08:48 +020013void plat_save_ns_simd_context(struct vcpu *vcpu);