ioctl-macro 0.0.2

Linux ioctl macros
Documentation
1
2
3
4
5
6
7
#![no_std]

#[cfg(any(target_os = "android", target_os = "linux"))]
pub use linux::*;

#[cfg(any(target_os = "android", target_os = "linux"))]
mod linux;