Sign in
opensecura
/
3p
/
lowrisc
/
opentitan
/
a5c68b87c536e133ad7fc07dfc9ef95234b1fc84
/
.
/
sw
/
host
/
opentitanlib
/
src
/
spiflash
/
mod.rs
blob: fd068832f3d68b6a33381a4fb01e0093157774e2 [
file
] [
log
] [
blame
]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
pub
mod
flash
;
pub
mod
sfdp
;
pub
use
flash
::
SpiFlash
;
pub
use
sfdp
::
Sfdp
;