status.h 539 B

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