dspdids.h 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /*
  2. *
  3. Copyright (c) Eicon Networks, 2002.
  4. *
  5. This source file is supplied for the use with
  6. Eicon Networks range of DIVA Server Adapters.
  7. *
  8. Eicon File Revision : 2.1
  9. *
  10. This program is free software; you can redistribute it and/or modify
  11. it under the terms of the GNU General Public License as published by
  12. the Free Software Foundation; either version 2, or (at your option)
  13. any later version.
  14. *
  15. This program is distributed in the hope that it will be useful,
  16. but WITHOUT ANY WARRANTY OF ANY KIND WHATSOEVER INCLUDING ANY
  17. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  18. See the GNU General Public License for more details.
  19. *
  20. You should have received a copy of the GNU General Public License
  21. along with this program; if not, write to the Free Software
  22. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  23. *
  24. */
  25. #ifndef DSPDIDS_H_
  26. #define DSPDIDS_H_
  27. /*---------------------------------------------------------------------------*/
  28. #define DSP_DID_INVALID 0
  29. #define DSP_DID_DIVA 1
  30. #define DSP_DID_DIVA_PRO 2
  31. #define DSP_DID_DIVA_PRO_20 3
  32. #define DSP_DID_DIVA_PRO_PCCARD 4
  33. #define DSP_DID_DIVA_SERVER_BRI_1M 5
  34. #define DSP_DID_DIVA_SERVER_BRI_2M 6
  35. #define DSP_DID_DIVA_SERVER_PRI_2M_TX 7
  36. #define DSP_DID_DIVA_SERVER_PRI_2M_RX 8
  37. #define DSP_DID_DIVA_SERVER_PRI_30M 9
  38. #define DSP_DID_TASK_HSCX 100
  39. #define DSP_DID_TASK_HSCX_PRI_2M_TX 101
  40. #define DSP_DID_TASK_HSCX_PRI_2M_RX 102
  41. #define DSP_DID_TASK_V110KRNL 200
  42. #define DSP_DID_OVERLAY_V1100 201
  43. #define DSP_DID_OVERLAY_V1101 202
  44. #define DSP_DID_OVERLAY_V1102 203
  45. #define DSP_DID_OVERLAY_V1103 204
  46. #define DSP_DID_OVERLAY_V1104 205
  47. #define DSP_DID_OVERLAY_V1105 206
  48. #define DSP_DID_OVERLAY_V1106 207
  49. #define DSP_DID_OVERLAY_V1107 208
  50. #define DSP_DID_OVERLAY_V1108 209
  51. #define DSP_DID_OVERLAY_V1109 210
  52. #define DSP_DID_TASK_V110_PRI_2M_TX 220
  53. #define DSP_DID_TASK_V110_PRI_2M_RX 221
  54. #define DSP_DID_TASK_MODEM 300
  55. #define DSP_DID_TASK_FAX05 400
  56. #define DSP_DID_TASK_VOICE 500
  57. #define DSP_DID_TASK_TIKRNL81 600
  58. #define DSP_DID_OVERLAY_DIAL 601
  59. #define DSP_DID_OVERLAY_V22 602
  60. #define DSP_DID_OVERLAY_V32 603
  61. #define DSP_DID_OVERLAY_FSK 604
  62. #define DSP_DID_OVERLAY_FAX 605
  63. #define DSP_DID_OVERLAY_VXX 606
  64. #define DSP_DID_OVERLAY_V8 607
  65. #define DSP_DID_OVERLAY_INFO 608
  66. #define DSP_DID_OVERLAY_V34 609
  67. #define DSP_DID_OVERLAY_DFX 610
  68. #define DSP_DID_PARTIAL_OVERLAY_DIAL 611
  69. #define DSP_DID_PARTIAL_OVERLAY_FSK 612
  70. #define DSP_DID_PARTIAL_OVERLAY_FAX 613
  71. #define DSP_DID_TASK_TIKRNL05 700
  72. /*---------------------------------------------------------------------------*/
  73. #endif
  74. /*---------------------------------------------------------------------------*/