#ifndef _LINUX_MECFLAME_H
#define _LINUX_MECFLAME_H

#define MECFLAME_MAJOR 120

#include <linux/ioctl.h>

/* Returns the number of pulses from the flame sensor in the
   last second. */
#define MECFLAME_IOC_FLAMECNT	_IOR('M',1,int)
#define MECFLAME_IOC_DEBUG1	_IOR('M',2,int)
#define MECFLAME_IOC_DEBUG2	_IOR('M',3,int)

#endif /* _LINUX_MECFLAME_H */
