18c2ecf20Sopenharmony_ci#ifndef SPARK_H 28c2ecf20Sopenharmony_ci#define SPARK_H 1 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci#define NUM_SPARKS 8 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciint print_spark(char *bf, int size, unsigned long *val, int numval); 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#endif 9