1//! `include/uapi/linux/tls.h` bindings, for TLS kernel offload.
2//!
3//! Generated with `bindgen tls.h -o src/bindings.rs`.
4//!
5//! See <https://github.com/hanyu-dev/miku-ktls> for a higher-level / safer interface.
67#![allow(non_camel_case_types)]
89pub mod bindings;