firmware: add tests.h

This commit is contained in:
ikari 2011-04-25 03:34:37 +02:00
parent 5b192a5e19
commit 747e04e010

11
src/tests.h Normal file
View 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