blob: 351666ec0686a29bb0fc353f0782c5691d5a0e9c [file] [log] [blame]
mod area;
pub mod c;
// The API needs to be public, even though it isn't intended to be called by Rust code, but the
// functions are exported to C code.
pub mod api;
pub use crate::area::{AreaDesc, FlashId};