blob: 5cb465d8ec46652f395975d95743baea32367466 [file]
// Licensed under the Apache-2.0 license
// SPDX-License-Identifier: Apache-2.0
#![no_std]
pub mod common;
pub mod i2c;
pub mod i3c;
pub mod scu;
pub mod smc;
pub mod uart;