Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.13-rc2 9 lines 286 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __EZUSB_H 3#define __EZUSB_H 4 5extern int ezusb_fx1_set_reset(struct usb_device *dev, unsigned char reset_bit); 6extern int ezusb_fx1_ihex_firmware_download(struct usb_device *dev, 7 const char *firmware_path); 8 9#endif /* __EZUSB_H */