12 lines
202 B
C
12 lines
202 B
C
#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
|