]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/net/npe/include/ix_os_type.h
doc: SPI: Add qspi test details on AM43xx
[karo-tx-uboot.git] / drivers / net / npe / include / ix_os_type.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  * = FILENAME
22  *      ix_os_type.h (Replaced by OSAL)
23  *
24  * = DESCRIPTION
25  *      This file provides protable symbol definitions for the current OS type.
26  *
27  * = AUTHOR
28  *      Intel Corporation
29  *
30  * = CHANGE HISTORY
31  *      4/22/2002 4:43:30 PM - creation time 
32  * ============================================================================
33  */
34
35 #if !defined(__IX_OS_TYPE_H__)
36 #define __IX_OS_TYPE_H__
37
38 #include "IxOsalBackward.h"
39
40 #endif /* end !defined(__IX_OS_TYPE_H__) */
41