blob: 351666ec0686a29bb0fc353f0782c5691d5a0e9c [file] [log] [blame]
David Brownf52272c2017-07-12 09:56:16 -06001mod area;
David Brown63902772017-07-12 09:47:49 -06002pub mod c;
David Brownf52272c2017-07-12 09:56:16 -06003
4// The API needs to be public, even though it isn't intended to be called by Rust code, but the
5// functions are exported to C code.
David Brown63902772017-07-12 09:47:49 -06006pub mod api;
David Brownf52272c2017-07-12 09:56:16 -06007
David Brown65de6d12019-01-02 11:38:38 -07008pub use crate::area::{AreaDesc, FlashId};