mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-01 12:53:27 +01:00
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_
|