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 _UAPI_REMOTEPROC_CDEV_H_ 8 #define _UAPI_REMOTEPROC_CDEV_H_ 9 #include <linux/ioctl.h> 10 #include <linux/types.h> 11 #define RPROC_MAGIC 0xB7 12 #define RPROC_SET_SHUTDOWN_ON_RELEASE _IOW(RPROC_MAGIC, 1, __s32) 13 #define RPROC_GET_SHUTDOWN_ON_RELEASE _IOR(RPROC_MAGIC, 2, __s32) 14 #endif 15