11 lines
202 B
C
11 lines
202 B
C
#ifndef UT_BOARD_ODOUT_H_
|
|
#define UT_BOARD_ODOUT_H_
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int ut_bsp_odout_write_test(void);
|
|
int ut_bsp_odout_write_common_test(void);
|
|
|
|
#endif /* UT_BOARD_ODOUT_H_ */
|