repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xtensa: fix high memory/reserved memory collision
[cris-mirror.git]
/
include
/
linux
/
usb
/
ezusb.h
blob
487047162ca8e75664a63a19fe4975ad9e474364
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __EZUSB_H
3
#define __EZUSB_H
4
5
extern
int
ezusb_fx1_set_reset
(
struct
usb_device
*
dev
,
unsigned char
reset_bit
);
6
extern
int
ezusb_fx1_ihex_firmware_download
(
struct
usb_device
*
dev
,
7
const char
*
firmware_path
);
8
9
#endif
/* __EZUSB_H */