1// Copyright (C) Hygon Info Technologies Ltd.
2//
3// SPDX-License-Identifier: Apache-2.0
45//! Modules for interfacing with CSV Firmware
6//! Rust-fridenly API wrappers to communicate the the FFI functions.
78pub mod dcu;
9pub mod guest;
10pub mod launch;
11pub mod platform;