2025-05-10 21:58:58 +08:00

7 lines
81 B
C
Executable File

#ifndef __DDR_TEST_H_
#define __DDR_TEST_H_
void *ddr_test(void *argv);
#endif