2013-09-30 10:55:38 +02:00
|
|
|
/** @file
|
|
|
|
Virtio Network Device specific type and macro definitions corresponding to
|
2016-04-06 10:29:00 +02:00
|
|
|
the virtio specifications.
|
2013-09-30 10:55:38 +02:00
|
|
|
|
2016-04-06 10:29:00 +02:00
|
|
|
Copyright (C) 2013-2016, Red Hat, Inc.
|
2013-09-30 10:55:38 +02:00
|
|
|
|
2019-04-04 01:06:33 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2013-09-30 10:55:38 +02:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
|
|
|
#ifndef _VIRTIO_NET_H_
|
|
|
|
#define _VIRTIO_NET_H_
|
|
|
|
|
2016-03-11 20:51:12 +01:00
|
|
|
#include <IndustryStandard/Virtio10Net.h>
|
2013-09-30 10:55:38 +02:00
|
|
|
|
|
|
|
#endif // _VIRTIO_NET_H_
|