aboutsummaryrefslogtreecommitdiff
path: root/default_report.c
diff options
context:
space:
mode:
authorTuukka Tikkanen <tuukka.tikkanen@linaro.org>2014-12-10 10:09:13 +0200
committerTuukka Tikkanen <tuukka.tikkanen@linaro.org>2014-12-12 08:57:27 +0200
commitd2011821a22ce57898421b24f4703cfac94c58e3 (patch)
tree2e42f7e210339c8154bd2fd0a90eeefcac0426cb /default_report.c
parent682d9dc3b57b1a99e3b04d80aeab35ace36fbc30 (diff)
report_ops: Move struct report_ops definition to report_ops.h
Struct report_ops is defined in idlestat.h. Having the definition in report_ops.h keeps the definition grouped with the declarations of different report types. Signed-off-by: Tuukka Tikkanen <tuukka.tikkanen@linaro.org>
Diffstat (limited to 'default_report.c')
-rw-r--r--default_report.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/default_report.c b/default_report.c
index 95f72f9..c1d0af8 100644
--- a/default_report.c
+++ b/default_report.c
@@ -4,6 +4,7 @@
#include <string.h>
#include <unistd.h>
#include <sys/ioctl.h>
+#include "report_ops.h"
#include "idlestat.h"
#include "utils.h"