/* IGNORE_BCM_KF_EXCEPTION */ /* this file is automatically generated from top level Makefile */ #ifndef __BCM_SWVERSION_H__ #define __BCM_SWVERSION_H__ #define BCM_REL_VERSION 5 #define BCM_REL_RELEASE 4 #define BCM_REL_PATCH 2 #define BCM_SW_VERSIONCODE (5*65536+4*256+2) #define BCM_SW_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #endif