hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/include/uapi/misc/rkflash_vendor_storage.h
....@@ -1,12 +1,13 @@
11 /* SPDX-License-Identifier: ((GPL-2.0+ WITH Linux-syscall-note) OR MIT) */
22
3
-/* Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd */
4
-
5
-#include <linux/ioctl.h>
3
+/* Copyright (c) 2023 Rockchip Electronics Co., Ltd */
64
75 #ifndef _RKFLASH_VENDOR_STORAGE
86 #define _RKFLASH_VENDOR_STORAGE
97
8
+#include <linux/types.h>
9
+#include <linux/ioctl.h>
10
+
1011 struct RK_VENDOR_REQ {
1112 __u32 tag;
1213 __u16 id;