socketcan_sys/
lib.rs

1#![allow(non_upper_case_globals)]
2#![allow(non_camel_case_types)]
3#![allow(non_snake_case)]
4
5pub type __u8 = u8;
6pub type __s8 = i8;
7pub type __u16 = u16;
8pub type __s16 = i16;
9pub type __u32 = u32;
10pub type __s32 = i32;
11pub type __u64 = u64;
12pub type __s64 = i64;
13
14include!("bindings.rs");