Wolfgang Denk | 4646d2a | 2006-05-30 15:56:48 +0200 | [diff] [blame] | 1 | /** |
| 2 | * @file (Replaced by OSAL) |
| 3 | * |
| 4 | * @brief this file contains the API of the @ref IxOsServices component |
| 5 | * |
| 6 | * |
| 7 | * @par |
| 8 | * IXP400 SW Release version 2.0 |
| 9 | * |
| 10 | * -- Copyright Notice -- |
| 11 | * |
| 12 | * @par |
| 13 | * Copyright 2001-2005, Intel Corporation. |
| 14 | * All rights reserved. |
| 15 | * |
| 16 | * @par |
Wolfgang Denk | c57eadc | 2013-07-28 22:12:47 +0200 | [diff] [blame] | 17 | * SPDX-License-Identifier: BSD-3-Clause |
Wolfgang Denk | 4646d2a | 2006-05-30 15:56:48 +0200 | [diff] [blame] | 18 | * @par |
| 19 | * -- End of Copyright Notice -- |
| 20 | */ |
| 21 | #ifndef IxOsServices_H |
| 22 | |
| 23 | #ifndef __doxygen_hide |
| 24 | #define IxOsServices_H |
| 25 | #endif /* __doxygen_hide */ |
| 26 | |
| 27 | #include "IxOsalBackward.h" |
| 28 | |
| 29 | #endif /* IxOsServices_H */ |
| 30 | |
| 31 | |