2012-10-08 09:32:59 +02:00
|
|
|
/** @file
|
|
|
|
|
2016-04-06 10:29:00 +02:00
|
|
|
Generic type and macro definitions corresponding to the virtio
|
|
|
|
specifications.
|
2012-10-08 09:32:59 +02:00
|
|
|
|
2016-04-06 10:29:00 +02:00
|
|
|
Copyright (C) 2012-2016, Red Hat, Inc.
|
2013-10-29 07:08:39 +01:00
|
|
|
Portion of Copyright (C) 2013, ARM Ltd.
|
2012-10-08 09:32:59 +02:00
|
|
|
|
2019-04-04 01:06:33 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2012-10-08 09:32:59 +02:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
2012-10-12 20:52:37 +02:00
|
|
|
#ifndef _VIRTIO_H_
|
|
|
|
#define _VIRTIO_H_
|
|
|
|
|
2016-03-11 20:51:12 +01:00
|
|
|
#include <IndustryStandard/Virtio10.h>
|
2012-10-12 20:52:37 +02:00
|
|
|
|
|
|
|
#endif // _VIRTIO_H_
|