tests.h 222 B

123456789101112
  1. #ifndef _TESTS_H
  2. #define _TESTS_H
  3. void test_rom_writeloop(void);
  4. void test_dumprom(char *filename);
  5. void test_sdbench_local(char *filename);
  6. void test_rom_rw(void);
  7. void test_fpga_echo(void);
  8. int test_mem(void);
  9. #endif