aboutsummaryrefslogtreecommitdiff
path: root/target/arm/hvf_arm.h
blob: 9a9d1a0bf59fb3443351888643a4a1a4d05e039f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * QEMU Hypervisor.framework (HVF) support -- ARM specifics
 *
 * Copyright (c) 2021 Alexander Graf
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 *
 */

#ifndef QEMU_HVF_ARM_H
#define QEMU_HVF_ARM_H

#include "cpu.h"

void hvf_arm_set_cpu_features_from_host(ARMCPU *cpu);

#endif