firmware: add tests.h
This commit is contained in:
11
src/tests.h
Normal file
11
src/tests.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _TESTS_H
|
||||
#define _TESTS_H
|
||||
|
||||
void test_rom_writeloop(void);
|
||||
void test_dumprom(char *filename);
|
||||
void test_sdbench_local(char *filename);
|
||||
void test_rom_rw(void);
|
||||
void test_fpga_echo(void);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user