#ifndef UT_FAULTS_H_ #define UT_FAULTS_H_ #include #include int ut_fault_process_test(void); int ut_fault_is_active_test(void); int ut_fault_is_warning_test(void); int ut_fault_reset_test(void); #endif /* UT_FAULTS_H_ */