From a5969cabbb4660eab42b6ef0412cbbd1200cf14d Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 12 Oct 2024 07:10:09 +0000
Subject: [PATCH] 修改led为gpio
---
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