Files
chandu078 75e6b451c5 oplus: Import minimal set of drivers from CPH2723_15.0.2.501(EX01)
Change-Id: I1497a9311bcebdcb9330116d249be44c54df7f60
2025-09-20 16:35:45 +01: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