blob: 9622367b49322954bd458683072eccd8f277daec [file] [log] [blame]
//! Implementations for generic OpenTitan peripherals.
#![feature(const_fn)]
#![no_std]
#![crate_name = "opentitan"]
#![crate_type = "rlib"]
pub mod uart;