summaryrefslogtreecommitdiff
path: root/src/modules/sparkler/burst.h
blob: ea5095ed13134abd48fc2e7385ee93bb030229f8 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _BURST_H
#define _BURST_H

typedef enum burst_param_t {
#define PARAMS_DECLARE_ENUM
#include "burst_params.def"
} burst_param_t;

#endif
© All Rights Reserved