hc
2023-11-06 9df731a176aab8e03b984b681b1bea01ccff6644
u-boot/cmd/memtester/io_map.h
similarity index 64%rename from u-boot/cmd/memtester/io_map.hrename to u-boot/cmd/ddr_tool/io_map.h
....@@ -3,12 +3,12 @@
33 * Copyright (C) 2019 Rockchip Electronics Co., Ltd.
44 */
55
6
-#ifndef _CMD_MEMTESTER_IO_MAP_H
7
-#define _CMD_MEMTESTER_IO_MAP_H
6
+#ifndef __CMD_DDR_TOOL_MEMTESTER_IO_MAP_H
7
+#define __CMD_DDR_TOOL_MEMTESTER_IO_MAP_H
88
99 #define CPU_2_IO_ALIGN_LEN (16) /* 16 byte */
1010
1111 int data_cpu_2_io(void *p, u32 len);
1212 void data_cpu_2_io_init(void);
1313
14
-#endif /* _CMD_MEMTESTER_IO_MAP_H */
14
+#endif /* __CMD_DDR_TOOL_MEMTESTER_IO_MAP_H */