kernel/include/uapi/misc/rkflash_vendor_storage.h
.. .. @@ -1,12 +1,13 @@ 1 1 /* SPDX-License-Identifier: ((GPL-2.0+ WITH Linux-syscall-note) OR MIT) */ 2 2 3 -/* Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd */4 -5 -#include <linux/ioctl.h>3 +/* Copyright (c) 2023 Rockchip Electronics Co., Ltd */6 4 7 5 #ifndef _RKFLASH_VENDOR_STORAGE 8 6 #define _RKFLASH_VENDOR_STORAGE 9 7 8 +#include <linux/types.h>9 +#include <linux/ioctl.h>10 +10 11 struct RK_VENDOR_REQ { 11 12 __u32 tag; 12 13 __u16 id;