#ifndef FIBRLITE_INC
#define FIBRLITE_INC		1

/* SET LAMP IGNITION TIMEOUT, in microsecs */
//STD
#define STD_LAMP_IGNITE_TIMEOUT 15000000L
//APF
#define APF_LAMP_IGNITE_TIMEOUT 10000000L

/* Heraeus DTM 6/1 Deuterium Lamp - function prototypes */

//int LampPwrOn(ushort WarmSecs, uchar WarmShutter)
int LampPwrOn( void );
int LampPwrOnUsingSpec( TUPort *tup, ushort *Data, uchar ShowRef );
int LampPwrOff( void );
void LampOpenShutter(void);
void LampCloseShutter(void);

int RefPwrOn(void);
int RefPwrOff(void);

#endif
