Files
RedBear-OS/src/header/bits_useconds-t/mod.rs
T
2026-05-18 08:38:10 +01:00

7 lines
147 B
Rust

use crate::platform::types::c_uint;
/// Used for time in microseconds.
#[allow(non_camel_case_types)]
#[deprecated]
pub type useconds_t = c_uint;