starnix_core/device/mod.rs
1// Copyright 2021 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5mod registry;
6
7pub use registry::*;
8
9pub mod android;
10pub mod kobject;
11pub mod kobject_store;
12pub mod mem;
13pub mod remote_block_device;
14pub mod serial;
15pub mod terminal;