summaryrefslogtreecommitdiff
path: root/platform/sysroot/usr/include/linux/v4l2-subdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/sysroot/usr/include/linux/v4l2-subdev.h')
-rw-r--r--platform/sysroot/usr/include/linux/v4l2-subdev.h26
1 files changed, 7 insertions, 19 deletions
diff --git a/platform/sysroot/usr/include/linux/v4l2-subdev.h b/platform/sysroot/usr/include/linux/v4l2-subdev.h
index 55d71925c..d684a5499 100644
--- a/platform/sysroot/usr/include/linux/v4l2-subdev.h
+++ b/platform/sysroot/usr/include/linux/v4l2-subdev.h
@@ -1,21 +1,9 @@
-/****************************************************************************
- ****************************************************************************
- ***
- *** This header was automatically generated from a Linux kernel header
- *** of the same name, to make information necessary for userspace to
- *** call into the kernel available to libc. It contains only constants,
- *** structures, and macros generated from the original header, and thus,
- *** contains no copyrightable information.
- ***
- *** To edit the content of this header, modify the corresponding
- *** source file (e.g. under external/kernel-headers/original/) then
- *** run bionic/libc/kernel/tools/update_all.py
- ***
- *** Any manual change here will be lost the next time this script will
- *** be run. You've been warned!
- ***
- ****************************************************************************
- ****************************************************************************/
+/*
+ * This file is auto-generated. Modifications will be lost.
+ *
+ * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
+ * for more information.
+ */
#ifndef __LINUX_V4L2_SUBDEV_H
#define __LINUX_V4L2_SUBDEV_H
#include <linux/const.h>
@@ -115,7 +103,7 @@ struct v4l2_subdev_routing {
__u64 routes;
__u32 reserved[6];
};
-#define V4L2_SUBDEV_CLIENT_CAP_STREAMS (1U << 0)
+#define V4L2_SUBDEV_CLIENT_CAP_STREAMS (1ULL << 0)
struct v4l2_subdev_client_capability {
__u64 capabilities;
};