blob: ca47e73b288f48522b7200a5a8e54bf528764204 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Ferris25c18d42020-10-14 17:42:58 -07007#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