1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #ifndef __EZUSB_H 1 #ifndef __EZUSB_H 3 #define __EZUSB_H 2 #define __EZUSB_H 4 3 5 extern int ezusb_fx1_set_reset(struct usb_devi 4 extern int ezusb_fx1_set_reset(struct usb_device *dev, unsigned char reset_bit); 6 extern int ezusb_fx1_ihex_firmware_download(st 5 extern int ezusb_fx1_ihex_firmware_download(struct usb_device *dev, 7 co 6 const char *firmware_path); 8 7 9 #endif /* __EZUSB_H */ 8 #endif /* __EZUSB_H */ 10 9
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.