aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/include/intelblocks/systemagent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/include/intelblocks/systemagent.h')
-rw-r--r--src/soc/intel/common/block/include/intelblocks/systemagent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/systemagent.h b/src/soc/intel/common/block/include/intelblocks/systemagent.h
index 4ca19e667c..522d924c0b 100644
--- a/src/soc/intel/common/block/include/intelblocks/systemagent.h
+++ b/src/soc/intel/common/block/include/intelblocks/systemagent.h
@@ -100,4 +100,7 @@ void soc_systemagent_init(struct device *dev);
*/
void soc_add_fixed_mmio_resources(struct device *dev, int *resource_cnt);
+/* SoC specific APIs to get UNCORE PRMRR base and mask values
+ * returns 0, if able to get base and mask values; otherwise returns -1 */
+int soc_get_uncore_prmmr_base_and_mask(uint64_t *base, uint64_t *mask);
#endif /* SOC_INTEL_COMMON_BLOCK_SA_H */