forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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 };