7 lines
81 B
C
7 lines
81 B
C
|
#ifndef __DDR_TEST_H_
|
||
|
#define __DDR_TEST_H_
|
||
|
|
||
|
void *ddr_test(void *argv);
|
||
|
|
||
|
#endif
|