Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r9e2779d825ea7e7b3445fa365f7bc2206fc0613a -r0595b4b31cef5980bc589ff7ce39a4e97bc81d8d --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 9e2779d825ea7e7b3445fa365f7bc2206fc0613a) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 0595b4b31cef5980bc589ff7ce39a4e97bc81d8d) @@ -18,7 +18,9 @@ BOOL hasUpdateBeenRequested( void ); BOOL isFPGAIDValid( void ); +FPGA_FLASH_STATE_T getFPGAFlashState( void ); void signalFPGAToPrepareForUpdate( void ); +void signalFPGAToWriteToFlash( U08* data, U32 len ); #endif