vmm/devices/virtio/generated/mod.rs
1// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3//
4// Portions Copyright 2017 The Chromium OS Authors. All rights reserved.
5// Use of this source code is governed by a BSD-style license that can be
6// found in the THIRD-PARTY file.
7
8#![allow(clippy::all)]
9#![allow(non_upper_case_globals)]
10#![allow(non_camel_case_types)]
11#![allow(non_snake_case)]
12
13pub mod virtio_blk;
14pub mod virtio_config;
15pub mod virtio_ids;
16pub mod virtio_mem;
17pub mod virtio_net;
18pub mod virtio_ring;