- //*****************************************************************************
- //文件名:kb_net.h
- //
- //描 述 :网口处理
- //
- //作 者:韩彦锋
- //
- //日 期: 2006.12.25
- //
- //版 本: v1.0
- //*****************************************************************************
- #ifndef _KB_NET_H_
- #define _KB_NET_H_
- #include "gendef.h"
- extern INT32 KB_NETInit(void);
- #endif