4 #ifdef AMD_BUILDNUM_DEFINED
5 #error "Caution: You have muliple version files in your path. Please correct this."
8 #define AMD_BUILDNUM_DEFINED
10 /* Define the following for your driver */
12 #define _NAME "AMD LX Cimarron Support Module"
16 /* This defines the current buildlevel and revision of the code */
21 #define _BUILDLEVEL _x(_BL)_x(_BLREV)
23 #define _BUILDLEVEL _x(_BL)
26 /* Use this macro to get the version string */
28 #define _VERSION_NUMBER _x(_MAJOR) "." _x(_MINOR) "." _BUILDLEVEL
29 #define AMD_VERSION _NAME " " _VERSION_NUMBER
31 /* Syntatic sugar for use above - you probably don't have to touch this */