| # Copyright 2022 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| declare_args() { | |
| # If true, uses the new Rust virtio-net device instead of the legacy C++ device. | |
| rust_virtio_net = true | |
| } |