forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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 };