/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020 Intel Corporation */ #ifndef _SDRAM_SOC32_H_ #define _SDRAM_SOC32_H_ void sdram_init_ecc_bits(void); #endif /* _SDRAM_SOC32_H_ */