Subversion Repositories freemyipod

Rev

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

Rev 14 Rev 15
Line 23... Line 23...
23
 
23
 
24
#ifndef __TARGET_H__
24
#ifndef __TARGET_H__
25
#define __TARGET_H__
25
#define __TARGET_H__
26
 
26
 
27
 
27
 
-
 
28
#define PLATFORM_ID 0x47324e49
-
 
29
 
-
 
30
 
28
#define ARM_ARCH 4
31
#define ARM_ARCH 4
-
 
32
#define CACHELINE_BITS 4
-
 
33
 
-
 
34
 
-
 
35
#define USB_NUM_ENDPOINTS 5
29
 
36
 
30
 
37
 
31
#endif
38
#endif