firmware: add tests.h
This commit is contained in:
parent
5b192a5e19
commit
747e04e010
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
|
||||
Loading…
x
Reference in New Issue
Block a user