blob: c17f272b146951e7cde06b083207335e876efbd0 [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 Ferrisd842e432019-03-07 10:21:59 -08007#ifndef _UAPI_LINUX_BINDERFS_H
8#define _UAPI_LINUX_BINDERFS_H
9#include <linux/android/binder.h>
10#include <linux/types.h>
11#include <linux/ioctl.h>
12#define BINDERFS_MAX_NAME 255
13struct binderfs_device {
14 char name[BINDERFS_MAX_NAME + 1];
15 __u32 major;
16 __u32 minor;
17};
18#define BINDER_CTL_ADD _IOWR('b', 1, struct binderfs_device)
Ben Cheng655a7c02013-10-16 16:09:24 -070019#endif