diff options
Diffstat (limited to 'arch/mips/mach-ath79/include/mach/ddr.h')
-rw-r--r-- | arch/mips/mach-ath79/include/mach/ddr.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/mach-ath79/include/mach/ddr.h b/arch/mips/mach-ath79/include/mach/ddr.h new file mode 100644 index 00000000000..59b76c86f5c --- /dev/null +++ b/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 */ |