forked from Github_Repos/cvw
10 lines
145 B
C
10 lines
145 B
C
#ifndef __header
|
|
#define __header
|
|
|
|
int fail();
|
|
int simple_csrbr_test();
|
|
int lbu_test();
|
|
int icache_spill_test();
|
|
void global_hist_test();
|
|
#endif
|