1//! The `linux` directory within `include/uapi` in the Linux source tree.
2
3pub(crate) mod can;
4pub use can::*;
5