10 lines
137 B
C
10 lines
137 B
C
#ifndef UT_FUSES_H_
|
|
#define UT_FUSES_H_
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int ut_fuse_reset_test(void);
|
|
|
|
#endif /* UT_FUSES_H_ */
|