// SPDX-License-Identifier: Apache-2.0 OR MIT
//
// Copyright (c) 2018-2021 by the author(s)
//
// Author(s):
// - Tock Project Developers <tock-dev@googlegroups.com>
// - Andre Richter <andre.o.richter@gmail.com>
//! Unified interface for type-safe MMIO and CPU register access.
//!
//! Based on [tock-register-interface].
//!
//! [tock-register-interface]: https://github.com/tock/tock/tree/master/libraries/tock-register-interface
pub use ;
/// MMIO traits.