]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/net/npe/include/IxTypes.h
doc: SPI: Add qspi test details on AM43xx
[karo-tx-uboot.git] / drivers / net / 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  * SPDX-License-Identifier:     BSD-3-Clause
25  * @par
26  * -- End of Copyright Notice --
27  */
28
29 /**
30  * @defgroup IxTypes IXP400 Types (IxTypes) 
31  *
32  * @brief Basic data types used by the IXP400 project
33  *
34  * @{
35  */
36
37 #ifndef IxTypes_H
38
39 #ifndef __doxygen_HIDE
40
41 #define IxTypes_H
42
43 #endif /* __doxygen_HIDE */
44
45
46 /* WR51880: Undefined data types workaround for backward compatibility */
47 #ifdef __linux
48 #ifndef __INCvxTypesOldh
49 typedef int (*FUNCPTR)(void);
50 typedef int STATUS;
51 #define OK (0)
52 #define ERROR (-1)
53 #endif
54 #endif
55
56 #include "IxOsalBackward.h"
57
58 #endif /* IxTypes_H */
59
60 /**
61  * @} addtogroup IxTypes
62  */