blob: d662cd3eeec289f85b3754467632e0bfa0d095d2 [file] [log] [blame]
Wolfgang Denkba94a1b2006-05-30 15:56:48 +02001/**
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
47#ifndef IxOsServicesComponents_H
48#define IxOsServicesComponents_H
49
50#include "IxOsalBackward.h"
51 * codelets_parityENAcc
52 * timeSyncAcc
53 * parityENAcc
54 * sspAcc
55 * i2c
56 * integration_sspAcc
57 * integration_i2c
58#define ix_timeSyncAcc 36
59#define ix_parityENAcc 37
60#define ix_codelets_parityENAcc 38
61#define ix_sspAcc 39
62#define ix_i2c 40
63#define ix_integration_sspAcc 41
64#define ix_integration_i2c 42
Wolfgang Denkd9455272006-05-30 15:58:20 +020065#define ix_osal 43
66#define ix_integration_parityENAcc 44
67#define ix_integration_timeSyncAcc 45
68
Wolfgang Denkba94a1b2006-05-30 15:56:48 +020069/***************************
70 * timeSyncAcc
71 ***************************/
72#if (IX_COMPONENT_NAME == ix_timeSyncAcc)
73
74#if defined (IX_OSSERV_VXWORKS_LE)
75
76#define CSR_LE_DATA_COHERENT_MAPPING
77
78#endif /* IX_OSSERV_VXWORKS_LE */
79
80#endif /* timeSyncAcc */
81
82/***************************
83 * parityENAcc
84 ***************************/
85#if (IX_COMPONENT_NAME == ix_parityENAcc)
86
87#if defined (IX_OSSERV_VXWORKS_LE)
88
89#define CSR_LE_DATA_COHERENT_MAPPING
90
91#endif /* IX_OSSERV_VXWORKS_LE */
92
93#endif /* parityENAcc */
94
95/***************************
96 * codelets_parityENAcc
97 ***************************/
98#if (IX_COMPONENT_NAME == ix_codelets_parityENAcc)
99
100#if defined (IX_OSSERV_VXWORKS_LE)
101
102#define CSR_LE_DATA_COHERENT_MAPPING
103
104#endif /* IX_OSSERV_VXWORKS_LE */
105
106#endif /* codelets_parityENAcc */
107
108#endif /* IxOsServicesComponents_H */
Wolfgang Denkd9455272006-05-30 15:58:20 +0200109
110/***************************
111 * integration_timeSyncAcc
112 ***************************/
113#if (IX_COMPONENT_NAME == ix_integration_timeSyncAcc)
114
115#if defined (IX_OSSERV_VXWORKS_LE)
116
117#define CSR_LE_DATA_COHERENT_MAPPING
118
119#endif /* IX_OSSERV_VXWORKS_LE */
120
121#endif /* integration_timeSyncAcc */
122
123/***************************
124 * integration_parityENAcc
125 ***************************/
126#if (IX_COMPONENT_NAME == ix_integration_parityENAcc)
127
128#if defined (IX_OSSERV_VXWORKS_LE)
129
130#define CSR_LE_DATA_COHERENT_MAPPING
131
132#endif /* IX_OSSERV_VXWORKS_LE */
133
134#endif /* integration_parityENAcc */