Subversion Repositories freemyipod

Rev

Rev 694 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 694 Rev 972
Line 22... Line 22...
22
 
22
 
23
 
23
 
24
#include <stdio.h>
24
#include <stdio.h>
25
#include <string.h>
25
#include <string.h>
26
 
26
 
27
#include <libusb-1.0/libusb.h>
27
#include <libusb.h>
28
 
28
 
29
#include "usb.h"
29
#include "usb.h"
30
 
30
 
31
int dfu_write(const unsigned char i, const unsigned int length, const unsigned char *data)
31
int dfu_write(const unsigned char i, const unsigned int length, const unsigned char *data)
32
{
32
{