#ifndef VERSION_H #define VERSION_H #define WALLABY_UNIDENT 0 #define WALLABY_514 1 #define WALLABY_515 2 #define WALLABY_517 3 #define WALLABY_622 4 #define WALLABY_515b 5 #define REQUIRED_514_WALLABY_IDENT "5.14" #define REQUIRED_515_WALLABY_IDENT "5.15" #define REQUIRED_517_WALLABY_IDENT "5.17" #define REQUIRED_622_WALLABY_IDENT "6.22" #define REQUIRED_515b_WALLABY_IDENT "5.15" #ifdef __ASM__ .globl wallaby_version #else extern int wallaby_version; #endif #endif