xref: /aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/misc/uacce/uacce.h (revision cda5da8d549138a6648c5ee6d7a49cf8f4a657be)
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