u-boot/cmd/memtester/tests.hsimilarity index 94%rename from u-boot/cmd/memtester/tests.hrename to u-boot/cmd/ddr_tool/memtester/tests.h
.. .. @@ -15,6 +15,9 @@ 15 15 * 16 16 */ 17 17 18 +#ifndef __CMD_DDR_TOOL_MEMTESTER_TESTS_H19 +#define __CMD_DDR_TOOL_MEMTESTER_TESTS_H20 +18 21 /* Function declaration. */ 19 22 20 23 int test_stuck_address(u32v *bufa, size_t count); .. .. @@ -54,3 +57,5 @@ 54 57 int test_16bit_wide_random(u32v *bufa, u32v *bufb, size_t count, 55 58 ul fix_bit, ul fix_level); 56 59 #endif 60 +61 +#endif /* __CMD_DDR_TOOL_MEMTESTER_TESTS_H */