9 lines
149 B
C
Raw Normal View History

2025-02-18 15:40:42 +08:00
#ifndef _APPLE_MFI_H_
#define _APPLE_MFI_H_
int usb_apple_mfi_parser(struct usb_host_device *host_dev, u8 interface_num, const u8 *pBuf);
#endif