aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/include/intelblocks/sram.h
blob: 16c118be66043ea2efbd968168b646d2c60fd7fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef SOC_INTEL_COMMON_BLOCK_SRAM_H
#define SOC_INTEL_COMMON_BLOCK_SRAM_H

#include <device/device.h>

/* This function is specific to soc and defined as common weak function */
void soc_sram_init(struct device *dev);

#endif  /* SOC_INTEL_COMMON_BLOCK_SRAM_H */