#ifndef __bdinfo_h__
#define __bdinfo_h__

#ifdef __cplusplus
extern "C" {
#endif

int bdinfoInit(void);
void bdinfoGetSerial(char * pRetSerialNum);
void bdinfoGetEcoLevel(char * pRetEcoLevel);

#ifdef __cplusplus
}
#endif

#endif /* __bdinfo_h__ */

