X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Fshared.h;h=7af0aa303912e600cc5b312559c39b6b324d17e5;hb=2bd49e6720dac5fac43e1aefb8ee22a8184d7f75;hp=34824d366745c27d3f266d916191fa94ef4ad0aa;hpb=6a2ec331efe11f36a718c60758fa0fd3db9b78fe;p=hashcat.git diff --git a/include/shared.h b/include/shared.h index 34824d3..7af0aa3 100644 --- a/include/shared.h +++ b/include/shared.h @@ -1465,6 +1465,7 @@ int hm_get_memoryspeed_with_device_id (const uint device_id); int hm_get_corespeed_with_device_id (const uint device_id); int hm_get_throttle_with_device_id (const uint device_id); int hm_set_fanspeed_with_device_id_adl (const uint device_id, const int fanspeed, const int fanpolicy); +int hm_set_fanspeed_with_device_id_nvapi (const uint device_id, const int fanspeed, const int fanpolicy); int hm_set_fanspeed_with_device_id_xnvctrl (const uint device_id, const int fanspeed); void hm_device_val_to_str (char *target_buf, int max_buf_size, char *suffix, int value);