]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Include/IndustryStandard/Virtio.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / Include / IndustryStandard / Virtio.h
1 /** @file
2
3 Generic type and macro definitions corresponding to the virtio
4 specifications.
5
6 Copyright (C) 2012-2016, Red Hat, Inc.
7 Portion of Copyright (C) 2013, ARM Ltd.
8
9 SPDX-License-Identifier: BSD-2-Clause-Patent
10
11 **/
12
13 #ifndef _VIRTIO_H_
14 #define _VIRTIO_H_
15
16 #include <IndustryStandard/Virtio10.h>
17
18 #endif // _VIRTIO_H_