9 lines
117 B
C
9 lines
117 B
C
#ifndef _TEST_DCACHE_H_
|
|
#define _TEST_DCACHE_H_
|
|
|
|
uint32_t test_dcache();
|
|
|
|
#endif // _TEST_DCACHE_H__TEST_DCACHE_H_
|
|
|
|
|