Subversion Repositories freemyipod

Rev

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

Rev 892 Rev 966
Line 72... Line 72...
72
#ifdef ARM_ARCH
72
#ifdef ARM_ARCH
73
#include "../arm/arm-support.h"
73
#include "../arm/arm-support.h"
74
#endif
74
#endif
75
 
75
 
76
/* increase this every time the api struct changes */
76
/* increase this every time the api struct changes */
77
#define EMCORE_API_VERSION 8
77
#define EMCORE_API_VERSION 9
78
 
78
 
79
/* update this to latest version if a change to the api struct breaks
79
/* update this to latest version if a change to the api struct breaks
80
   backwards compatibility (and please take the opportunity to sort in any
80
   backwards compatibility (and please take the opportunity to sort in any
81
   new function which are "waiting" at the end of the function table) */
81
   new function which are "waiting" at the end of the function table) */
82
#define EMCORE_MIN_API_VERSION 7
82
#define EMCORE_MIN_API_VERSION 7