close Warning: Can't use blame annotator:
No changeset 2 in the repository

source: svn/newcon3bcm2_21bu/dta/src/xmodem.h @ 26

Last change on this file since 26 was 26, checked in by phkim, 11 years ago
  1. phkim
  2. 서경방소에서 kctv 로고 변경
  • Property svn:executable set to *
File size: 246 bytes
RevLine 
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.