]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/net/npe/include/ix_error.h
doc: SPI: Add qspi test details on AM43xx
[karo-tx-uboot.git] / drivers / net / npe / include / ix_error.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_error.h (Replaced by OSAL)
23  *
24  * = DESCRIPTION
25  *      This file will describe the basic error type and support functions that
26  *      will be used by the IXA SDK Framework API.
27  *
28  * = AUTHOR
29  *      Intel Corporation
30  *
31  * = CHANGE HISTORY
32  *      4/22/2002 4:19:03 PM - creation time 
33  * ============================================================================
34  */
35
36 #if !defined(__IX_ERROR_H__)
37 #define __IX_ERROR_H__
38
39 #include "IxOsalBackward.h"
40
41 #endif /* end !defined(__IX_ERROR_H__) */
42