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