Index: firmware/App/Services/FpgaFP.h =================================================================== diff -u -r410afd26b3ae5e372310c696c82f58c59235e10d -r81aa682aa24931c7f44aea82ec72fb3dfabc7890 --- firmware/App/Services/FpgaFP.h (.../FpgaFP.h) (revision 410afd26b3ae5e372310c696c82f58c59235e10d) +++ firmware/App/Services/FpgaFP.h (.../FpgaFP.h) (revision 81aa682aa24931c7f44aea82ec72fb3dfabc7890) @@ -37,6 +37,7 @@ void initFPGARO( void ); SELF_TEST_STATUS_T execFPGATest( void ); +void getFPGAVersions( U08 *Id, U08 *Maj, U08 *Min, U08 *Lab ); void checkFPGACommFailure( void ); BOOL checkFPGAFEOEFailure( void );