X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_usr%2Fv3_user_dvfs.h;h=21af2a2440455f8ae251edd8256d5ed0119e38fd;hb=82d082daad3fe8afad4be97d97093a3dfb768e1f;hp=12e02e0c158a20ec53adce6c5fcdc9b7fc98fa42;hpb=a82645917cee62af80d1f1c3b537a12807c25606;p=palacios.git diff --git a/linux_usr/v3_user_dvfs.h b/linux_usr/v3_user_dvfs.h index 12e02e0..21af2a2 100644 --- a/linux_usr/v3_user_dvfs.h +++ b/linux_usr/v3_user_dvfs.h @@ -7,7 +7,7 @@ // Use these together int v3_user_dvfs_acquire_direct(uint32_t core); -int v3_user_dvfs_set_pstate(uint32_t core, uint8_t pstate); +int v3_user_dvfs_set_pstate(uint32_t core, uint64_t pstate); // Use these together int v3_user_dvfs_acquire_external(uint32_t core);