* From https://github.com/realme-kernel-opensource/realme7_realme8_Narzo30_Narzo20pro-AndroidS-kernel-source Signed-off-by: bengris32 <bengris32@protonmail.ch> Change-Id: If44c6a4c2679fc304e9a772e6eac6a8620d2feed
12 lines
282 B
C
Executable File
12 lines
282 B
C
Executable File
#ifndef _KERNEL_FW_UDPATE_H_
|
|
#define _KERNEL_FW_UDPATE_H_
|
|
|
|
#include <linux/kernel.h>
|
|
#include <linux/module.h>
|
|
#include <linux/firmware.h>
|
|
|
|
int request_firmware_select(const struct firmware **firmware_p, const char *name,
|
|
struct device *device);
|
|
|
|
#endif
|