Subversion Repositories freemyipod

Rev

Rev 694 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 694 Rev 754
Line 1... Line -...
1
#include <stdlib.h>
-
 
2
#include <stdio.h>
-
 
3
#include <string.h>
-
 
4
 
-
 
5
#include <libusb-1.0/libusb.h>
-
 
6
 
-
 
7
//
1
//
8
//
2
//
9
//    Copyright 2011 user890104
3
//    Copyright 2011 user890104
10
//
4
//
11
//
5
//
Line 25... Line 19...
25
//    with ipoddfu.  If not, see <http://www.gnu.org/licenses/>.
19
//    with ipoddfu.  If not, see <http://www.gnu.org/licenses/>.
26
//
20
//
27
//
21
//
28
 
22
 
29
 
23
 
-
 
24
#include <stdlib.h>
-
 
25
#include <stdio.h>
-
 
26
#include <string.h>
-
 
27
 
-
 
28
#include <libusb-1.0/libusb.h>
-
 
29
 
30
#include "usb.h"
30
#include "usb.h"
31
#include "dfu.h"
31
#include "dfu.h"
32
#include "crc32.h"
32
#include "crc32.h"
33
#include "misc.h"
33
#include "misc.h"
34
#include "ipoddfu.h"
34
#include "ipoddfu.h"