Last change
on this file was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
327 bytes
|
Line | |
---|
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_
|
---|
Note:
See
TracBrowser
for help on using the repository browser.