1 #ifndef __FW_DEFS_H__
2 #define __FW_DEFS_H__
3 
4 #define BCM_5710_FW_MAJOR_VERSION			7
5 #define BCM_5710_FW_MINOR_VERSION			10
6 #define BCM_5710_FW_REVISION_VERSION		51
7 #define BCM_5710_FW_ENGINEERING_VERSION		0
8 #define BCM_5710_FW_COMPILE_FLAGS			1
9 
10 #endif //__FW_DEFS_H__=======
11