aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/gpu_util.h2
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;