Last change
on this file since 94368 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:
332 bytes
|
Line | |
---|
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_
|
---|
Note:
See
TracBrowser
for help on using the repository browser.