From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:20:52 +0000
Subject: [PATCH] add new system file

---
 kernel/include/uapi/misc/rkflash_vendor_storage.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/kernel/include/uapi/misc/rkflash_vendor_storage.h b/kernel/include/uapi/misc/rkflash_vendor_storage.h
index c35a1bb..c217380 100644
--- a/kernel/include/uapi/misc/rkflash_vendor_storage.h
+++ b/kernel/include/uapi/misc/rkflash_vendor_storage.h
@@ -1,12 +1,13 @@
 /* SPDX-License-Identifier: ((GPL-2.0+ WITH Linux-syscall-note) OR MIT) */
 
-/* Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd */
-
-#include <linux/ioctl.h>
+/* Copyright (c) 2023 Rockchip Electronics Co., Ltd */
 
 #ifndef _RKFLASH_VENDOR_STORAGE
 #define _RKFLASH_VENDOR_STORAGE
 
+#include <linux/types.h>
+#include <linux/ioctl.h>
+
 struct RK_VENDOR_REQ {
 	__u32 tag;
 	__u16 id;

--
Gitblit v1.6.2