diff options
Diffstat (limited to 'roms/u-boot/arch/mips/mach-ath79/include/mach/ddr.h')
-rw-r--r-- | roms/u-boot/arch/mips/mach-ath79/include/mach/ddr.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/arch/mips/mach-ath79/include/mach/ddr.h b/roms/u-boot/arch/mips/mach-ath79/include/mach/ddr.h new file mode 100644 index 000000000..59b76c86f --- /dev/null +++ b/roms/u-boot/arch/mips/mach-ath79/include/mach/ddr.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com> + */ + +#ifndef __ASM_MACH_DDR_H +#define __ASM_MACH_DDR_H + +void ddr_init(void); +void ddr_tap_tuning(void); + +#endif /* __ASM_MACH_DDR_H */ |