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