aboutsummaryrefslogtreecommitdiff
path: root/report_ops.h
diff options
context:
space:
mode:
authorKoan-Sin Tan <freedom.tan@linaro.org>2014-11-27 17:10:48 +0800
committerTuukka Tikkanen <tuukka.tikkanen@linaro.org>2014-11-28 05:43:51 +0200
commit62924570fcb8a84040ecfd02b280366fdb2cf7e8 (patch)
tree83c032115714d204d2ccd427a463820c922b64cf /report_ops.h
parentdb63259a01cb3c88b82dbecddd48a2c166c84e20 (diff)
Add CSV report formats
1. add csv report ops in csv_report.c 2. add -C option 3. add simple description in csv-format.txt Signed-off-by: Koan-Sin Tan <freedom.tan@linaro.org> Signed-off-by: Tuukka Tikkanen <tuukka.tikkanen@linaro.org>
Diffstat (limited to 'report_ops.h')
-rw-r--r--report_ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/report_ops.h b/report_ops.h
index 96222ac..ad77b2e 100644
--- a/report_ops.h
+++ b/report_ops.h
@@ -2,5 +2,6 @@
#define __REPORT_OPS_H
extern struct report_ops default_report_ops;
+extern struct report_ops csv_report_ops;
#endif