-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 338523 b: refs/heads/master c: c30186e h: refs/heads/master i: 338521: 65a0625 338519: d6fc715 v: v3
- Loading branch information
Greg Kroah-Hartman
committed
Oct 24, 2012
1 parent
395622d
commit 6f6daaa
Showing
3 changed files
with
23 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 068b054fde5cc0516717b4ec4d58d0659e1ca43b | ||
refs/heads/master: c30186e51e537d3ae8b1134983c1a5b4db3a8840 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
#ifndef __EZUSB_H | ||
#define __EZUSB_H | ||
|
||
|
||
extern int ezusb_writememory(struct usb_device *dev, int address, | ||
unsigned char *data, int length, __u8 bRequest); | ||
|
||
extern int ezusb_fx1_set_reset(struct usb_device *dev, unsigned char reset_bit); | ||
extern int ezusb_fx2_set_reset(struct usb_device *dev, unsigned char reset_bit); | ||
|
||
extern int ezusb_fx1_ihex_firmware_download(struct usb_device *dev, | ||
const char *firmware_path); | ||
extern int ezusb_fx2_ihex_firmware_download(struct usb_device *dev, | ||
const char *firmware_path); | ||
|
||
#endif /* __EZUSB_H */ |