blob: 59aed8cad624d81f81c27f6f5ca408b6fc4c926c (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2025 Yao Zi <[email protected]>
*/
#ifndef _ASM_ARCH_TH1520_SPL_H_
#define _ASM_ARCH_TH1520_SPL_H_
void spl_dram_init(void);
#endif // _ASM_ARCH_TH1520_SPL_H_
|