Index: firmware/App/Services/FPGA.h =================================================================== diff -u -rc55d371408bdf962de525a47bc8541d5b43414a3 -r73c7fed62a1ca2e4c3cc020a0d5f012c5128e592 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision c55d371408bdf962de525a47bc8541d5b43414a3) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 73c7fed62a1ca2e4c3cc020a0d5f012c5128e592) @@ -134,8 +134,12 @@ BOOL noFPGAFluidLeakDetected( void ); -U08 getFPGAGPIOCount( void ); +U08 getFPGAGFluidDoorStatus( void ); +U08 getFPGADialysateCapStatus( void ); +U08 getFPGAConcentrateCapStatus( void ); +U08 getFPGAPowerStatus( void ); + /**@}*/ #endif