sci_init.h

00001 #ifndef SCI_INIT_H
00002 #define SCI_INIT_H
00003 
00004 /*
00005   シリアルデバイス制御
00006   Satofumi KAMIMURA
00007   $Id$
00008 */
00009 
00010 #include "cpp_extern_macro.h"
00011 BEGIN_C_DECLS;
00012 
00013 extern int sci_write(int port, const unsigned char *data, int size);
00014 
00015 END_C_DECLS;
00016 #endif /* !SCI_INIT_H */
00017 

Generated on Mon Apr 13 22:52:04 2009 by  doxygen 1.5.7.1