blob: 4c599996cf9fbf863ed669d21d54c19d87fd9de4 [file] [log] [blame]
Wolfgang Denk4646d2a2006-05-30 15:56:48 +02001/**
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 Denkc57eadc2013-07-28 22:12:47 +020015 * SPDX-License-Identifier: BSD-3-Clause
Wolfgang Denk4646d2a2006-05-30 15:56:48 +020016 * @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