Files
99_7018_lmx/apps/common/device/usb/host/apple_mfi.h

9 lines
149 B
C
Raw Normal View History

2025-10-29 13:10:02 +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