blob: ec34df6f718eb27914f1e701fc9f4615fa9ce6b8 [file] [log] [blame]
Wolfgang Denk4646d2a2006-05-30 15:56:48 +02001/**
2 * @file
3 *
4 * @brief OSAL Configuration header file
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 Denkc57eadc2013-07-28 22:12:47 +020017 * SPDX-License-Identifier: BSD-3-Clause
Wolfgang Denk4646d2a2006-05-30 15:56:48 +020018 * @par
19 * -- End of Copyright Notice --
20 */
21
22#ifndef IxOsalUtilitySymbols_H
23#define IxOsalUtilitySymbols_H
24
25#include "IxOsalOsUtilitySymbols.h" /* OS-specific utility symbol definitions */
26
27#endif /* IxOsalUtilitySymbols_H */