nvpair_sys/
lib.rs

1#![allow(non_upper_case_globals)]
2#![allow(non_camel_case_types)]
3#![allow(non_snake_case)]
4
5pub enum __va_list_tag {}
6
7// TODO: get bindgen to emit these defines
8pub const NV_VERSION: ::std::os::raw::c_int = 0;
9
10pub const NV_ENCODE_NATIVE: ::std::os::raw::c_int = 0;
11pub const NV_ENCODE_XDR: ::std::os::raw::c_int = 1;
12
13pub const NV_UNIQUE_NAME: ::std::os::raw::c_uint = 1;
14pub const NV_UNIQUE_NAME_TYPE: ::std::os::raw::c_uint = 2;
15
16pub const NV_FLAG_NOENTOK: ::std::os::raw::c_int = 1;
17
18include!("bindings.rs");