blob: 68341dca2f963e98efbece3f8b59b0bee0176439 [file] [log] [blame]
Wolfgang Denk4646d2a2006-05-30 15:56:48 +02001/**
2 * @file IxOsBufLib.h (Replaced by OSAL)
3 *
4 * @date 9 Oct 2002
5 *
6 * @brief This file contains the mbuf pool initialisation entry point
7 *
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
25#ifndef IXOSBUFLIB_H
26#define IXOSBUFLIB_H
27
28#include "IxOsalBackward.h"
29
30#endif /* IXOSBUFLIB_H */
31