TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mcuboot
/
10ee648145adc508bd09cf1947fe0872d776833c
/
.
/
sim
/
mcuboot-sys
/
src
/
lib.rs
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
};