LinuxKPI: add more fields to mhi.h

Add more fields required by updated wireless drivers to mhi.h.

Sponsored by:	The FreeBSD Foundation

(cherry picked from commit c12e3a05252ac9f43a6db379f88e4b4a07c06d46)
This commit is contained in:
Bjoern A. Zeeb 2024-09-12 20:44:06 +00:00
parent 286250daf5
commit ea18ffdf6e

View file

@ -75,6 +75,8 @@ struct mhi_controller {
void *regs;
int *irq;
const char *fw_image;
const u8 *fw_data;
size_t fw_sz;
bool fbc_download;
size_t rddm_size;