mirror of https://github.com/acidanthera/audk.git
19 lines
350 B
C
19 lines
350 B
C
/** @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_
|