16 lines
332 B
C
16 lines
332 B
C
#ifndef UT_HW_HB_CONTROL_H_
|
|
#define UT_HW_HB_CONTROL_H_
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int ut_hb_is_equal_fb_struct_test(void);
|
|
int ut_hb_is_equal_ctrl_struct_test(void);
|
|
|
|
int ut_hb_init_test(void);
|
|
int ut_hb_enable_test(void);
|
|
int ut_hb_disable_test(void);
|
|
int ut_hb_process_test(void);
|
|
|
|
#endif /* UT_HW_HB_CONTROL_H_ */
|