forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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 };