tty.h
资源名称:export.zip [点击查看]
上传用户:hepax88
上传日期:2007-01-03
资源大小:1101k
文件大小:0k
源码类别:
TCP/IP协议栈
开发平台:
Visual C++
- #ifndef _TTY_H
- #define _TTY_H
- #ifndef _MBUF_H
- #include "mbuf.h"
- #endif
- #ifndef _SESSION_H
- #include "session.h"
- #endif
- /* In ttydriv.c: */
- int ttydriv(struct session *sp,uint8 c);
- #endif /* _TTY_H */