1234567891011121314151617181920 |
- /******************************************************************
- ** Copyright (c) 2007-2008 Wuhan Mozit Technology Co., Ltd .
- ** FileName: status.h
- ** Author: BigHead
- ** Mail: jsrenyw@sohu.com
- ** Date : 2007-6-1 下午03:38:49
- ** Version: 2007-6-1
- ** File Description:定义用户不同状态,以及使用的指令码
- ******************************************************************/
- #ifndef STATUS_H_
- #define STATUS_H_
- #include "debug.h"
- //网卡的定义
- #define ETH2 2
- #define ETH1 1
- #define ETH0 0
- #endif /*STATUS_H_*/
|