aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/include/intelblocks/dmi.h
blob: b771b22022b287c0e13c52b187cc6f9a8cfc82ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef SOC_INTEL_COMMON_BLOCK_DMI_H
#define SOC_INTEL_COMMON_BLOCK_DMI_H

#include <types.h>

/*
 * Takes base, size and destination ID and configures the GPMR
 * for accessing the region.
 */
enum cb_err dmi_enable_gpmr(uint32_t base, uint32_t size, uint32_t dest_id);

#endif /* SOC_INTEL_COMMON_BLOCK_DMI_H */