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