Subversion Repositories freemyipod

Rev

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

Rev 674 Rev 691
Line 69... Line 69...
69
#ifdef ARM_ARCH
69
#ifdef ARM_ARCH
70
#include "../arm/arm-support.h"
70
#include "../arm/arm-support.h"
71
#endif
71
#endif
72
 
72
 
73
/* increase this every time the api struct changes */
73
/* increase this every time the api struct changes */
74
#define EMCORE_API_VERSION 2
74
#define EMCORE_API_VERSION 3
75
 
75
 
76
/* update this to latest version if a change to the api struct breaks
76
/* update this to latest version if a change to the api struct breaks
77
   backwards compatibility (and please take the opportunity to sort in any
77
   backwards compatibility (and please take the opportunity to sort in any
78
   new function which are "waiting" at the end of the function table) */
78
   new function which are "waiting" at the end of the function table) */
79
#define EMCORE_MIN_API_VERSION 2
79
#define EMCORE_MIN_API_VERSION 3
80
 
80
 
81
/* NOTE: To support backwards compatibility, only add new functions at
81
/* NOTE: To support backwards compatibility, only add new functions at
82
         the end of the structure.  Every time you add a new function,
82
         the end of the structure.  Every time you add a new function,
83
         remember to increase EMCORE_API_VERSION. If you make changes to the
83
         remember to increase EMCORE_API_VERSION. If you make changes to the
84
         existing APIs, also update EMCORE_MIN_API_VERSION to current version */
84
         existing APIs, also update EMCORE_MIN_API_VERSION to current version */