hc
2023-11-06 9df731a176aab8e03b984b681b1bea01ccff6644
u-boot/cmd/memtester/tests.h
similarity index 94%rename from u-boot/cmd/memtester/tests.hrename to u-boot/cmd/ddr_tool/memtester/tests.h
....@@ -15,6 +15,9 @@
1515 *
1616 */
1717
18
+#ifndef __CMD_DDR_TOOL_MEMTESTER_TESTS_H
19
+#define __CMD_DDR_TOOL_MEMTESTER_TESTS_H
20
+
1821 /* Function declaration. */
1922
2023 int test_stuck_address(u32v *bufa, size_t count);
....@@ -54,3 +57,5 @@
5457 int test_16bit_wide_random(u32v *bufa, u32v *bufb, size_t count,
5558 ul fix_bit, ul fix_level);
5659 #endif
60
+
61
+#endif /* __CMD_DDR_TOOL_MEMTESTER_TESTS_H */