NetBurner 3.5.6
PDF Version
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
12
#endif