tizen 2.4 release
[kernel/u-boot-tm1.git] / arch / arm / cpu / ixp / npe / include / os_datatypes.h
1 /**
2  * ============================================================================
3  * = COPYRIGHT
4  * 
5  * @par
6  * IXP400 SW Release version 2.0
7  * 
8  * -- Copyright Notice --
9  * 
10  * @par
11  * Copyright 2001-2005, Intel Corporation.
12  * All rights reserved.
13  * 
14  * @par
15  * Redistribution and use in source and binary forms, with or without
16  * modification, are permitted provided that the following conditions
17  * are met:
18  * 1. Redistributions of source code must retain the above copyright
19  *    notice, this list of conditions and the following disclaimer.
20  * 2. Redistributions in binary form must reproduce the above copyright
21  *    notice, this list of conditions and the following disclaimer in the
22  *    documentation and/or other materials provided with the distribution.
23  * 3. Neither the name of the Intel Corporation nor the names of its contributors
24  *    may be used to endorse or promote products derived from this software
25  *    without specific prior written permission.
26  * 
27  * @par
28  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
29  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31  * ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
32  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
34  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
35  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
36  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
37  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
38  * SUCH DAMAGE.
39  * 
40  * @par
41  * -- End of Copyright Notice --
42  * = PRODUCT
43  *      Intel(r) IXP425 Software Release
44  *
45  * = LIBRARY
46  *      OSSL - Operating System Services  Library
47  *
48  * = MODULE
49  *      OS Specific Data Types header file
50  *
51  * = FILENAME
52  *       OSSL.h (Replaced by OSAL)
53  *
54  * = DESCRIPTION
55  *   This file  contains definitions and encapsulations for OS specific data types. These
56  *   encapsulated  data types are  used by OSSL header files and OS API functions.
57  *
58  *
59  **********************************************************************
60  *      
61  *
62  * = AUTHOR
63  *      Intel Corporation
64  *
65  * = AKNOWLEDGEMENTS
66  *      
67  *
68  * = CREATION TIME
69  *      1/8/2002 1:53:42 PM
70  *
71  * = CHANGE HISTORY
72  
73  * ============================================================================
74  */
75
76 #ifndef _OS_DATATYPES_H
77 #define _OS_DATATYPES_H
78
79 #include "IxOsalBackward.h"
80
81 #endif /* _OS_DATATYPES_H */
82