Subversion Repositories freemyipod

Rev

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

Rev 57 Rev 58
Line 27... Line 27...
27
 
27
 
28
#define PLATFORM_ID 0x47324e49
28
#define PLATFORM_ID 0x47324e49
29
 
29
 
30
 
30
 
31
#define ARM_ARCH 4
31
#define ARM_ARCH 4
-
 
32
#define LITTLE_ENDIAN
32
#define CACHELINE_BITS 4
33
#define CACHEALIGN_BITS 4
33
#define CPU_FREQ 191692800
34
#define CPU_FREQ 191692800
34
 
35
 
35
 
36
 
36
#define USB_NUM_ENDPOINTS 5
37
#define USB_NUM_ENDPOINTS 5
37
 
38