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
|
|
|
|
|
|
|
This program and the accompanying materials are licensed and made available
|
|
|
|
under the terms and conditions of the BSD License which accompanies this
|
|
|
|
distribution. The full text of the license may be found at
|
|
|
|
http://opensource.org/licenses/bsd-license.php
|
|
|
|
|
|
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
|
|
|
|
WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
|
|
|
|
**/
|
|
|
|
|
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_
|