diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/gpu_util.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/includes/gpu_util.h b/includes/gpu_util.h index 1eb3c6c4..f053dbc8 100644 --- a/includes/gpu_util.h +++ b/includes/gpu_util.h @@ -35,7 +35,7 @@ typedef struct gpud {      char *vendor_str;      char *device_str;      char *location; -    uint32_t khz_max; +    uint32_t khz_min, khz_max; /* core */      char *drm_dev;      char *sysfs_drm_path; | 
