blob: 937a17fc437b062d89929f7a31cebda11955cd0d [file] [log] [blame]
/*
* Copyright 2019 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/vm.h"
/**
* Set architecture-specific features for the specified VM.
*/
void arch_vm_features_set(struct vm *vm);