IxOsBufLib.h 500 B

12345678910111213141516171819202122232425262728293031
  1. /**
  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
  19. * SPDX-License-Identifier: BSD-3-Clause
  20. * @par
  21. * -- End of Copyright Notice --
  22. *
  23. */
  24. #ifndef IXOSBUFLIB_H
  25. #define IXOSBUFLIB_H
  26. #include "IxOsalBackward.h"
  27. #endif /* IXOSBUFLIB_H */