From 890e1df1bec891d9203724541e81f8fbe5183388 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 19 Feb 2024 01:57:06 +0000
Subject: [PATCH] default settings GPIO PA4 PA6 PA3 PB5
---
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