summaryrefslogtreecommitdiff
path: root/overlay/rc6.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-27 15:19:58 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-27 15:23:10 +0100
commit65d2481900c619846eddadb85086edbc578d6c17 (patch)
tree548fb3d1f66297f8ae650a67d8b9113b3538a6ae /overlay/rc6.h
parentddcd1b2ee5645475725a8e2f78917fa3e7d57c1b (diff)
overlay: read rc6 status from perf
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay/rc6.h')
-rw-r--r--overlay/rc6.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/overlay/rc6.h b/overlay/rc6.h
index 7597e3b6..faffba98 100644
--- a/overlay/rc6.h
+++ b/overlay/rc6.h
@@ -35,10 +35,11 @@ struct rc6 {
uint64_t timestamp;
} stat[2];
+ int fd;
int count;
int error;
- unsigned enabled;
+ unsigned flags;
uint8_t rc6;
uint8_t rc6p;