similarity index 86%rename from u-boot/cmd/memtester/memtester.hrename to u-boot/cmd/ddr_tool/memtester/memtester.h.. | .. |
---|
13 | 13 | * See other comments in that file. |
---|
14 | 14 | * |
---|
15 | 15 | */ |
---|
16 | | -#ifndef _CMD_MEMTESTER_H |
---|
17 | | -#define _CMD_MEMTESTER_H |
---|
| 16 | +#ifndef __CMD_DDR_TOOL_MEMTESTER_MEMTESTER_H |
---|
| 17 | +#define __CMD_DDR_TOOL_MEMTESTER_MEMTESTER_H |
---|
18 | 18 | #include <linux/types.h> |
---|
19 | 19 | |
---|
20 | 20 | /* extern declarations. */ |
---|
.. | .. |
---|
25 | 25 | int doing_memtester(unsigned long *arg, unsigned long testenable, |
---|
26 | 26 | unsigned long loops, unsigned long err_exit, |
---|
27 | 27 | unsigned long fix_bit, unsigned long fix_level); |
---|
28 | | -#endif /* _CMD_MEMTESTER_H */ |
---|
| 28 | +#endif /* __CMD_DDR_TOOL_MEMTESTER_MEMTESTER_H */ |
---|