/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef SOC_INTEL_COMMON_BLOCK_DMI_H #define SOC_INTEL_COMMON_BLOCK_DMI_H #include /* * 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 */