IxOsServicesComponents.h 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. /**
  2. * @file IxOsServicesComponents.h (Replaced by OSAL)
  3. *
  4. * @brief Header file for memory access
  5. *
  6. * @par
  7. *
  8. * @par
  9. * IXP400 SW Release version 2.0
  10. *
  11. * -- Copyright Notice --
  12. *
  13. * @par
  14. * Copyright 2001-2005, Intel Corporation.
  15. * All rights reserved.
  16. *
  17. * @par
  18. * Redistribution and use in source and binary forms, with or without
  19. * modification, are permitted provided that the following conditions
  20. * are met:
  21. * 1. Redistributions of source code must retain the above copyright
  22. * notice, this list of conditions and the following disclaimer.
  23. * 2. Redistributions in binary form must reproduce the above copyright
  24. * notice, this list of conditions and the following disclaimer in the
  25. * documentation and/or other materials provided with the distribution.
  26. * 3. Neither the name of the Intel Corporation nor the names of its contributors
  27. * may be used to endorse or promote products derived from this software
  28. * without specific prior written permission.
  29. *
  30. * @par
  31. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
  32. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  33. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  34. * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
  35. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  36. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  37. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  38. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  39. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  40. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  41. * SUCH DAMAGE.
  42. *
  43. * @par
  44. * -- End of Copyright Notice --
  45. */
  46. #ifndef IxOsServicesComponents_H
  47. #define IxOsServicesComponents_H
  48. #include "IxOsalBackward.h"
  49. * codelets_parityENAcc
  50. * timeSyncAcc
  51. * parityENAcc
  52. * sspAcc
  53. * i2c
  54. * integration_sspAcc
  55. * integration_i2c
  56. #define ix_timeSyncAcc 36
  57. #define ix_parityENAcc 37
  58. #define ix_codelets_parityENAcc 38
  59. #define ix_sspAcc 39
  60. #define ix_i2c 40
  61. #define ix_integration_sspAcc 41
  62. #define ix_integration_i2c 42
  63. #define ix_osal 43
  64. #define ix_integration_parityENAcc 44
  65. #define ix_integration_timeSyncAcc 45
  66. /***************************
  67. * timeSyncAcc
  68. ***************************/
  69. #if (IX_COMPONENT_NAME == ix_timeSyncAcc)
  70. #if defined (IX_OSSERV_VXWORKS_LE)
  71. #define CSR_LE_DATA_COHERENT_MAPPING
  72. #endif /* IX_OSSERV_VXWORKS_LE */
  73. #endif /* timeSyncAcc */
  74. /***************************
  75. * parityENAcc
  76. ***************************/
  77. #if (IX_COMPONENT_NAME == ix_parityENAcc)
  78. #if defined (IX_OSSERV_VXWORKS_LE)
  79. #define CSR_LE_DATA_COHERENT_MAPPING
  80. #endif /* IX_OSSERV_VXWORKS_LE */
  81. #endif /* parityENAcc */
  82. /***************************
  83. * codelets_parityENAcc
  84. ***************************/
  85. #if (IX_COMPONENT_NAME == ix_codelets_parityENAcc)
  86. #if defined (IX_OSSERV_VXWORKS_LE)
  87. #define CSR_LE_DATA_COHERENT_MAPPING
  88. #endif /* IX_OSSERV_VXWORKS_LE */
  89. #endif /* codelets_parityENAcc */
  90. #endif /* IxOsServicesComponents_H */
  91. /***************************
  92. * integration_timeSyncAcc
  93. ***************************/
  94. #if (IX_COMPONENT_NAME == ix_integration_timeSyncAcc)
  95. #if defined (IX_OSSERV_VXWORKS_LE)
  96. #define CSR_LE_DATA_COHERENT_MAPPING
  97. #endif /* IX_OSSERV_VXWORKS_LE */
  98. #endif /* integration_timeSyncAcc */
  99. /***************************
  100. * integration_parityENAcc
  101. ***************************/
  102. #if (IX_COMPONENT_NAME == ix_integration_parityENAcc)
  103. #if defined (IX_OSSERV_VXWORKS_LE)
  104. #define CSR_LE_DATA_COHERENT_MAPPING
  105. #endif /* IX_OSSERV_VXWORKS_LE */
  106. #endif /* integration_parityENAcc */