mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
8 lines
95 B
C
8 lines
95 B
C
#ifndef __header
|
|
#define __header
|
|
|
|
int fail();
|
|
int simple_csrbr_test();
|
|
int lbu_test();
|
|
#endif
|