1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef _UAPIUUACCE_H 8 #define _UAPIUUACCE_H 9 #include <linux/types.h> 10 #include <linux/ioctl.h> 11 #define UACCE_CMD_START_Q _IO('W', 0) 12 #define UACCE_CMD_PUT_Q _IO('W', 1) 13 #define UACCE_DEV_SVA BIT(0) 14 enum uacce_qfrt { 15 UACCE_QFRT_MMIO = 0, 16 UACCE_QFRT_DUS = 1, 17 }; 18 #endif 19