Sign in
opensecura
/
3p
/
lowrisc
/
opentitan
/
5a9bf03833c277b14cdd60a15ba43b96d9601e7d
/
.
/
sw
/
host
/
opentitanlib
/
src
/
spiflash
/
mod.rs
blob: fd068832f3d68b6a33381a4fb01e0093157774e2 [
file
]
// 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
;