tizen 2.4 release
[kernel/u-boot-tm1.git] / arch / arm / cpu / ixp / npe / include / IxTypes.h
1 /**
2  * @file IxTypes.h (Replaced by OSAL)
3  *
4  * @date 28-NOV-2001
5
6  * @brief This file contains basic types used by the IXP400 software
7  *
8  * Design Notes:
9  *    This file shall only include fundamental types and definitions to be
10  *    shared by all the IXP400 components.
11  *    Please DO NOT add component-specific types here.
12  *
13  * 
14  * @par
15  * IXP400 SW Release version 2.0
16  * 
17  * -- Copyright Notice --
18  * 
19  * @par
20  * Copyright 2001-2005, Intel Corporation.
21  * All rights reserved.
22  * 
23  * @par
24  * Redistribution and use in source and binary forms, with or without
25  * modification, are permitted provided that the following conditions
26  * are met:
27  * 1. Redistributions of source code must retain the above copyright
28  *    notice, this list of conditions and the following disclaimer.
29  * 2. Redistributions in binary form must reproduce the above copyright
30  *    notice, this list of conditions and the following disclaimer in the
31  *    documentation and/or other materials provided with the distribution.
32  * 3. Neither the name of the Intel Corporation nor the names of its contributors
33  *    may be used to endorse or promote products derived from this software
34  *    without specific prior written permission.
35  * 
36  * @par
37  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
38  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
39  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
40  * ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
41  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
42  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
43  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
44  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
45  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
46  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
47  * SUCH DAMAGE.
48  * 
49  * @par
50  * -- End of Copyright Notice --
51  */
52
53 /**
54  * @defgroup IxTypes IXP400 Types (IxTypes) 
55  *
56  * @brief Basic data types used by the IXP400 project
57  *
58  * @{
59  */
60
61 #ifndef IxTypes_H
62
63 #ifndef __doxygen_HIDE
64
65 #define IxTypes_H
66
67 #endif /* __doxygen_HIDE */
68
69
70 /* WR51880: Undefined data types workaround for backward compatibility */
71 #ifdef __linux
72 #ifndef __INCvxTypesOldh
73 typedef int (*FUNCPTR)(void);
74 typedef int STATUS;
75 #define OK (0)
76 #define ERROR (-1)
77 #endif
78 #endif
79
80 #include "IxOsalBackward.h"
81
82 #endif /* IxTypes_H */
83
84 /**
85  * @} addtogroup IxTypes
86  */