]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/net/npe/include/os_datatypes.h
doc: SPI: Add qspi test details on AM43xx
[karo-tx-uboot.git] / drivers / net / 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  * SPDX-License-Identifier:     BSD-3-Clause
16  * @par
17  * -- End of Copyright Notice --
18  * = PRODUCT
19  *      Intel(r) IXP425 Software Release
20  *
21  * = LIBRARY
22  *      OSSL - Operating System Services  Library
23  *
24  * = MODULE
25  *      OS Specific Data Types header file
26  *
27  * = FILENAME
28  *       OSSL.h (Replaced by OSAL)
29  *
30  * = DESCRIPTION
31  *   This file  contains definitions and encapsulations for OS specific data types. These
32  *   encapsulated  data types are  used by OSSL header files and OS API functions.
33  *
34  *
35  **********************************************************************
36  *      
37  *
38  * = AUTHOR
39  *      Intel Corporation
40  *
41  * = AKNOWLEDGEMENTS
42  *      
43  *
44  * = CREATION TIME
45  *      1/8/2002 1:53:42 PM
46  *
47  * = CHANGE HISTORY
48  
49  * ============================================================================
50  */
51
52 #ifndef _OS_DATATYPES_H
53 #define _OS_DATATYPES_H
54
55 #include "IxOsalBackward.h"
56
57 #endif /* _OS_DATATYPES_H */
58