NetBurner 3.1
dbgmon.h
1 /*NB_REVISION*/
2 
3 /*NB_COPYRIGHT*/
4 
5 #ifndef _DBG_MON_H
6 #define _DBG_MON_H
7 #ifdef __cplusplus
8 
9 int OpenDBGSerial(int portnum, unsigned int baudrate);
10 
11 #endif