License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / include / linux / usb / ezusb.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
cc183e2a
RB
2#ifndef __EZUSB_H
3#define __EZUSB_H
4
cc183e2a 5extern int ezusb_fx1_set_reset(struct usb_device *dev, unsigned char reset_bit);
cc183e2a
RB
6extern int ezusb_fx1_ihex_firmware_download(struct usb_device *dev,
7 const char *firmware_path);
cc183e2a
RB
8
9#endif /* __EZUSB_H */