TianoCore EDK2 master
Loading...
Searching...
No Matches
Virtio10Net.h
Go to the documentation of this file.
1
10#ifndef _VIRTIO_1_0_NET_H_
11#define _VIRTIO_1_0_NET_H_
12
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;
24#pragma pack ()
25
26#endif // _VIRTIO_1_0_NET_H_