opentitanlib/otp/mod.rs
1// Copyright lowRISC contributors (OpenTitan project).
2// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3// SPDX-License-Identifier: Apache-2.0
4
5pub mod alert_handler;
6#[rustfmt::skip]
7pub mod alert_handler_regs;
8pub mod lc_state;
9// TODO(lowRISC/opentitan#15443): Fix this lint.
10#[allow(clippy::module_inception)]
11pub mod otp_img;