IOKit-sys 0.1.5

FFI bindings for IOKit
1
2
3
4
5
6
7
// exports from <IOKit/IOKitKeys.h>

use libc::{c_char};

pub fn kIOServiceClass() -> *const c_char {
    b"IOService\0".as_ptr() as *const c_char
}