summaryrefslogtreecommitdiff
path: root/overlay/gpu-freq.h
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/gpu-freq.h')
-rw-r--r--overlay/gpu-freq.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/overlay/gpu-freq.h b/overlay/gpu-freq.h
index a704f6be..252ad95f 100644
--- a/overlay/gpu-freq.h
+++ b/overlay/gpu-freq.h
@@ -1,5 +1,6 @@
struct gpu_freq {
- int rpn, rp1, rp0, max;
+ int min, max;
+ int rpn, rp1, rp0;
int request;
int current;
};