Skip to content

Commit

Permalink
Fix function name of oc features
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyGoat authored Apr 29, 2022
1 parent f1e2275 commit e3d09d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ryzenadj.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ EXP int CALL set_gfx_clk(ryzen_access ry, uint32_t value);
EXP int CALL set_oc_clk(ryzen_access ry, uint32_t value);
EXP int CALL set_per_core_oc_clk(ryzen_access ry, uint32_t value);
EXP int CALL set_oc_volt(ryzen_access ry, uint32_t value);
EXP int CALL disable_oc(ryzen_access ry);
EXP int CALL enable_oc(ryzen_access ry);
EXP int CALL set_disable_oc(ryzen_access ry);
EXP int CALL set_enable_oc(ryzen_access ry);
EXP int CALL set_power_saving(ryzen_access ry);
EXP int CALL set_max_performance(ryzen_access ry);

Expand Down

0 comments on commit e3d09d1

Please sign in to comment.