/* * (C) Copyright 2007-2012 * Allwinner Technology Co., Ltd. * Berg Xing * Tom Cubie * * Sunxi platform dram register definition. * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _SUNXI_DRAM_H #define _SUNXI_DRAM_H #include /* dram regs definition */ #if defined(CONFIG_MACH_SUN6I) #include #else #include #endif unsigned long sunxi_dram_init(void); #endif /* _SUNXI_DRAM_H */