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