blob: 98367efe855dea7f713e6c3ae6eefdaedf0e540c [file] [log] [blame]
// Copyright 2020 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.
pub use self::device_fidl_handler::fidl_io;
pub mod device_controller;
pub mod types;
mod device_fidl_handler;