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 */