mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-12 09:22:26 -04:00
steamosctl: Use more enums instead of u32 where applicable
This commit is contained in:
parent
936bdb220c
commit
d027445d9d
2 changed files with 18 additions and 16 deletions
|
@ -14,16 +14,16 @@ use tokio::signal::unix::{signal, SignalKind};
|
|||
use tokio_util::sync::CancellationToken;
|
||||
use tracing::{info, warn};
|
||||
|
||||
mod cec;
|
||||
mod ds_inhibit;
|
||||
mod error;
|
||||
mod hardware;
|
||||
mod manager;
|
||||
mod process;
|
||||
mod sls;
|
||||
mod systemd;
|
||||
|
||||
pub mod cec;
|
||||
pub mod daemon;
|
||||
pub mod hardware;
|
||||
pub mod power;
|
||||
pub mod proxy;
|
||||
pub mod wifi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue