Files
Michael Bestas 3c5bab30b4 treewide: Import drivers/dts from oneplus/sm8250_t_13.0.0_op8
Change-Id: I5451cd543f28c485e79508e051533d41323d5f5b
2022-12-17 18:14:34 +02:00

12 lines
282 B
C

#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