summaryrefslogtreecommitdiff
path: root/tools/perf/util/spark.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/spark.h')
-rw-r--r--tools/perf/util/spark.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/perf/util/spark.h b/tools/perf/util/spark.h
new file mode 100644
index 000000000000..78597c38ef35
--- /dev/null
+++ b/tools/perf/util/spark.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef SPARK_H
+#define SPARK_H 1
+
+#define NUM_SPARKS 8
+
+int print_spark(char *bf, int size, unsigned long *val, int numval);
+
+#endif