13 lines
245 B
C
13 lines
245 B
C
#ifndef UT_FAULTS_H_
|
|
#define UT_FAULTS_H_
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
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_ */
|