dspdids.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:2k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * Copyright (C) Eicon Technology Corporation, 2000.
  3.  *
  4.  * Eicon File Revision :    1.0  
  5.  *
  6.  * This software may be used and distributed according to the terms
  7.  * of the GNU General Public License, incorporated herein by reference.
  8.  *
  9.  */
  10. #ifndef DSPDIDS_H_
  11. #define DSPDIDS_H_
  12. /*---------------------------------------------------------------------------*/
  13. #define DSP_DID_INVALID 0
  14. #define DSP_DID_DIVA 1
  15. #define DSP_DID_DIVA_PRO 2
  16. #define DSP_DID_DIVA_PRO_20 3
  17. #define DSP_DID_DIVA_PRO_PCCARD 4
  18. #define DSP_DID_DIVA_SERVER_BRI_1M 5
  19. #define DSP_DID_DIVA_SERVER_BRI_2M 6
  20. #define DSP_DID_DIVA_SERVER_PRI_2M_TX 7
  21. #define DSP_DID_DIVA_SERVER_PRI_2M_RX 8
  22. #define DSP_DID_DIVA_SERVER_PRI_30M 9
  23. #define DSP_DID_TASK_HSCX 100
  24. #define DSP_DID_TASK_HSCX_PRI_2M_TX 101
  25. #define DSP_DID_TASK_HSCX_PRI_2M_RX 102
  26. #define DSP_DID_TASK_V110KRNL 200
  27. #define DSP_DID_OVERLAY_V1100 201
  28. #define DSP_DID_OVERLAY_V1101 202
  29. #define DSP_DID_OVERLAY_V1102 203
  30. #define DSP_DID_OVERLAY_V1103 204
  31. #define DSP_DID_OVERLAY_V1104 205
  32. #define DSP_DID_OVERLAY_V1105 206
  33. #define DSP_DID_OVERLAY_V1106 207
  34. #define DSP_DID_OVERLAY_V1107 208
  35. #define DSP_DID_OVERLAY_V1108 209
  36. #define DSP_DID_OVERLAY_V1109 210
  37. #define DSP_DID_TASK_V110_PRI_2M_TX 220
  38. #define DSP_DID_TASK_V110_PRI_2M_RX 221
  39. #define DSP_DID_TASK_MODEM 300
  40. #define DSP_DID_TASK_FAX05 400
  41. #define DSP_DID_TASK_VOICE 500
  42. #define DSP_DID_TASK_TIKRNL81 600
  43. #define DSP_DID_OVERLAY_DIAL 601
  44. #define DSP_DID_OVERLAY_V22 602
  45. #define DSP_DID_OVERLAY_V32 603
  46. #define DSP_DID_OVERLAY_FSK 604
  47. #define DSP_DID_OVERLAY_FAX 605
  48. #define DSP_DID_OVERLAY_VXX 606
  49. #define DSP_DID_OVERLAY_V8 607
  50. #define DSP_DID_OVERLAY_INFO 608
  51. #define DSP_DID_OVERLAY_V34 609
  52. #define DSP_DID_OVERLAY_DFX 610
  53. #define DSP_DID_PARTIAL_OVERLAY_DIAL 611
  54. #define DSP_DID_PARTIAL_OVERLAY_FSK 612
  55. #define DSP_DID_PARTIAL_OVERLAY_FAX 613
  56. #define DSP_DID_TASK_TIKRNL05 700
  57. /*---------------------------------------------------------------------------*/
  58. #endif
  59. /*---------------------------------------------------------------------------*/