source: svn/trunk/newcon3bcm2_21bu/dta/src/xmodem.h @ 2

Last change on this file since 2 was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
  • Property svn:executable set to *
File size: 246 bytes
Line 
1
2#ifndef _XMODEM_HXX_
3#define _XMODEM_HXX_
4
5#include "serial.h"
6
7#ifdef __cplusplus
8extern "C"
9{
10#endif
11
12unsigned int xmodem_receive(volatile UartChannel *uart, unsigned char* buf );
13
14
15#ifdef __cplusplus
16}
17#endif
18
19
20#endif // End of _XMODEM_HXX_
21
Note: See TracBrowser for help on using the repository browser.