xref: /linux/tools/perf/util/spark.h (revision 8e92c9902ff11a1c2aab229a3d7d4c1d7e5b698f)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef SPARK_H
3 #define SPARK_H 1
4 
5 #define NUM_SPARKS 8
6 
7 int print_spark(char *bf, int size, unsigned long *val, int numval);
8 
9 #endif
10