Skip to main content

osiris/uapi/
can.rs

1//! Userspace re-export of the kernel CAN driver. Mirrors `uapi/spi.rs` /
2//! `uapi/i2c.rs` shape.
3
4pub use crate::drivers::can::*;