VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Include/IndustryStandard/Virtio10Net.h

Last change on this file was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 532 bytes
Line 
1/** @file
2 Definitions from the VirtIo 1.0 specification (csprd05), specifically for the
3 network device.
4
5 Copyright (C) 2016, Red Hat, Inc.
6
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8**/
9
10#ifndef _VIRTIO_1_0_NET_H_
11#define _VIRTIO_1_0_NET_H_
12
13#include <IndustryStandard/Virtio10.h>
14#include <IndustryStandard/Virtio095Net.h>
15
16//
17// VirtIo 1.0 packet header
18//
19#pragma pack (1)
20typedef struct {
21 VIRTIO_NET_REQ V0_9_5;
22 UINT16 NumBuffers;
23} VIRTIO_1_0_NET_REQ;
24#pragma pack ()
25
26#endif // _VIRTIO_1_0_NET_H_
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette