#ifndef _SERIALPORT_H_ #define _SERIALPORT_H_ void SerialPortInit(int BaudRate); #endif //_SERIALPORT_H_