forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 ee930fffee469d076998274a2ca55e13dc1efb67
kernel/arch/x86/events/intel/uncore.h
....@@ -84,6 +84,7 @@
8484 /*
8585 * Optional callbacks for managing mapping of Uncore units to PMONs
8686 */
87
+ int (*get_topology)(struct intel_uncore_type *type);
8788 int (*set_mapping)(struct intel_uncore_type *type);
8889 void (*cleanup_mapping)(struct intel_uncore_type *type);
8990 };