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;