• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /** @file
2   Virtio Network Device specific type and macro definitions corresponding to
3   the virtio specifications.
4 
5   Copyright (C) 2013-2016, Red Hat, Inc.
6 
7   This program and the accompanying materials are licensed and made available
8   under the terms and conditions of the BSD License which accompanies this
9   distribution. The full text of the license may be found at
10   http://opensource.org/licenses/bsd-license.php
11 
12   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
13   WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 
15 **/
16 
17 #ifndef _VIRTIO_NET_H_
18 #define _VIRTIO_NET_H_
19 
20 #include <IndustryStandard/Virtio10Net.h>
21 
22 #endif // _VIRTIO_NET_H_
23