1#![allow(non_camel_case_types)] 2#![allow(non_snake_case)] 3#![allow(non_upper_case_globals)] 4 5include!(concat!(env!("OUT_DIR"), "/cpuinfo.rs"));