Wolfgang Denk | 4646d2a | 2006-05-30 15:56:48 +0200 | [diff] [blame] | 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 |
Wolfgang Denk | c57eadc | 2013-07-28 22:12:47 +0200 | [diff] [blame] | 15 | * SPDX-License-Identifier: BSD-3-Clause |
Wolfgang Denk | 4646d2a | 2006-05-30 15:56:48 +0200 | [diff] [blame] | 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 | |