Revision f3866909 Target/Source/AMiRo/amiroblt.h
Target/Source/AMiRo/amiroblt.h | ||
---|---|---|
55 | 55 |
/** |
56 | 56 |
* @brief The major version number of the implemented SSSP (Startup & Shutdown Synchronization Protocol). |
57 | 57 |
*/ |
58 |
#define SSSP_VERSION_MAJOR 1
|
|
58 |
#define BL_SSSP_VERSION_MAJOR 1
|
|
59 | 59 |
|
60 | 60 |
/** |
61 | 61 |
* @brief The minor version number of the implemented SSSP (Startup & Shutdown Synchronization Protocol). |
62 | 62 |
*/ |
63 |
#define SSSP_VERSION_MINOR 1
|
|
63 |
#define BL_SSSP_VERSION_MINOR 1
|
|
64 | 64 |
|
65 | 65 |
/** |
66 | 66 |
* @brief A struct to define a version in a generic way. |
Also available in: Unified diff