diff --git a/include/linux/resctrl.h b/include/linux/resctrl.h
index 425e7913dc8d..81073d0751c9 100644
--- a/include/linux/resctrl.h
+++ b/include/linux/resctrl.h
@@ -15,6 +15,14 @@ int proc_resctrl_show(struct seq_file *m,
#endif
+enum resctrl_conf_type {
+ /* No prioritisation, both code and data are controlled or monitored. */
+ CDP_NONE,
+
+ CDP_CODE,
+ CDP_DATA,
+};
+