xref: /DragonReach/src/time/mod.rs (revision b40b6b4d2f72c30a382f9f18740fa73d7fc90721)
1 #[cfg(target_os = "dragonos")]
2 use drstd as std;
3 pub mod timer;
4 pub mod watchdog;
5