Added support for Zen/Zen3 RAPL package power sensor.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "board-sensors.h"
|
||||
|
||||
static struct hwmon_avail_sensor rapl_sensor = {"Package power", -1, NULL, NULL};
|
||||
|
||||
int init_rapl();
|
||||
float get_rapl_package_power();
|
||||
Reference in New Issue
Block a user