Wolfgang Denk | 4646d2a | 2006-05-30 15:56:48 +0200 | [diff] [blame] | 1 | /** |
| 2 | * This file is intended to provide backward |
| 3 | * compatibility for main osService/OSSL |
| 4 | * APIs. |
| 5 | * |
| 6 | * It shall be phased out gradually and users |
| 7 | * are strongly recommended to use IX_OSAL API. |
| 8 | * |
| 9 | * @par |
| 10 | * IXP400 SW Release version 2.0 |
| 11 | * |
| 12 | * -- Copyright Notice -- |
| 13 | * |
| 14 | * @par |
| 15 | * Copyright 2001-2005, Intel Corporation. |
| 16 | * All rights reserved. |
| 17 | * |
| 18 | * @par |
Wolfgang Denk | c57eadc | 2013-07-28 22:12:47 +0200 | [diff] [blame] | 19 | * SPDX-License-Identifier: BSD-3-Clause |
Wolfgang Denk | 4646d2a | 2006-05-30 15:56:48 +0200 | [diff] [blame] | 20 | * @par |
| 21 | * -- End of Copyright Notice -- |
| 22 | */ |
| 23 | |
| 24 | #ifndef IX_OSAL_BACKWARD_H |
| 25 | #define IX_OSAL_BACKWARD_H |
| 26 | |
| 27 | #include "IxOsal.h" |
| 28 | |
| 29 | #include "IxOsalBackwardCacheMMU.h" |
| 30 | |
| 31 | #include "IxOsalBackwardOsServices.h" |
| 32 | |
| 33 | #include "IxOsalBackwardMemMap.h" |
| 34 | |
| 35 | #include "IxOsalBackwardBufferMgt.h" |
| 36 | |
| 37 | #include "IxOsalBackwardOssl.h" |
| 38 | |
| 39 | #include "IxOsalBackwardAssert.h" |
| 40 | |
| 41 | #endif /* IX_OSAL_BACKWARD_H */ |