//! The IOCTL calls we need for the native linux backend
use ;
// From linux/hidraw.h
const HIDRAW_IOC_MAGIC: u8 = b'H';
const HIDRAW_IOC_GRDESCSIZE: u8 = 0x01;
const HIDRAW_SET_FEATURE: u8 = 0x06;
const HIDRAW_GET_FEATURE: u8 = 0x07;
ioctl_read!;
ioctl_readwrite_buf!;
ioctl_readwrite_buf!;