Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame^] | 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 | */ |
Christopher Ferris | 25c18d4 | 2020-10-14 17:42:58 -0700 | [diff] [blame] | 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 |