1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| /** @file
|
| Generic type and macro definitions corresponding to the virtio
| specifications.
|
| Copyright (C) 2012-2016, Red Hat, Inc.
| Portion of Copyright (C) 2013, ARM Ltd.
|
| SPDX-License-Identifier: BSD-2-Clause-Patent
|
| **/
|
| #ifndef _VIRTIO_H_
| #define _VIRTIO_H_
|
| #include <IndustryStandard/Virtio10.h>
|
| #endif // _VIRTIO_H_
|
|