X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_usr%2Fv3_user_dvfs.h;h=21af2a2440455f8ae251edd8256d5ed0119e38fd;hb=58874dc5bc1d655baf94c7c2e16784c3af7ca640;hp=12e02e0c158a20ec53adce6c5fcdc9b7fc98fa42;hpb=ec9f38e306b02bb98029fb950bcb4d0bd0c3aed2;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);