blob: ffd4e3619b010fb641a07e3a901373c71467eedc [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
// TODO(lowRISC/opentitan#15443): Fix this lint.
#[allow(clippy::module_inception)]
pub mod image;
pub mod manifest;
pub mod manifest_def;