LinuxKPI: add more fields to mhi.h

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

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2024-09-12 20:44:06 +00:00
parent 01e1131e4a
commit c12e3a0525

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;