1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2025 Yao Zi <ziyao@disroot.org>
4  */
5 #ifndef _ASM_ARCH_TH1520_SPL_H_
6 #define _ASM_ARCH_TH1520_SPL_H_
7 
8 void spl_dram_init(void);
9 
10 #endif // _ASM_ARCH_TH1520_SPL_H_
11