blob: 8acb246ecb25223b695718bb6009bfbf9e8c6100 [file] [log] [blame]
David Browne2acfae2020-01-21 16:45:01 -07001// Copyright (c) 2017-2019 Linaro LTD
2//
3// SPDX-License-Identifier: Apache-2.0
4
David Brownf52272c2017-07-12 09:56:16 -06005mod area;
David Brown63902772017-07-12 09:47:49 -06006pub mod c;
David Brownf52272c2017-07-12 09:56:16 -06007
8// The API needs to be public, even though it isn't intended to be called by Rust code, but the
9// functions are exported to C code.
David Brown63902772017-07-12 09:47:49 -060010pub mod api;
David Brownf52272c2017-07-12 09:56:16 -060011
David Brown65de6d12019-01-02 11:38:38 -070012pub use crate::area::{AreaDesc, FlashId};