soc/mediatek/mt8196: Correct assert conditions
[coreboot.git] / src / soc / intel / common / block / include / intelblocks / sram.h
blob386c7c013b9c3daca353c40cf837c091bf9b4167
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef SOC_INTEL_COMMON_BLOCK_SRAM_H
4 #define SOC_INTEL_COMMON_BLOCK_SRAM_H
6 #include <device/device.h>
8 /* This function is specific to soc and defined as common weak function */
9 void soc_sram_init(struct device *dev);
11 #endif /* SOC_INTEL_COMMON_BLOCK_SRAM_H */