Skip to main content

starnix_modules_hvdcp_opti/
lib.rs

1// Copyright 2025 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#![recursion_limit = "256"]
6
7mod device;
8mod iio_file;
9mod qbg_battery_file;
10mod qbg_file;
11mod utils;
12
13pub use device::hvdcp_opti_init;