xref: /aosp_15_r20/external/coreboot/src/soc/intel/common/block/include/intelblocks/sram.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_INTEL_COMMON_BLOCK_SRAM_H
4 #define SOC_INTEL_COMMON_BLOCK_SRAM_H
5 
6 #include <device/device.h>
7 
8 /* This function is specific to soc and defined as common weak function */
9 void soc_sram_init(struct device *dev);
10 
11 #endif  /* SOC_INTEL_COMMON_BLOCK_SRAM_H */
12