IxOsCacheMMU.h 602 B

123456789101112131415161718192021222324252627282930313233343536
  1. /**
  2. * @file IxOsCacheMMU.h
  3. *
  4. * @brief this file contains the API of the @ref IxCacheMMU component
  5. *
  6. * <hr>
  7. *
  8. * @par
  9. * IXP400 SW Release version 2.0
  10. *
  11. * -- Copyright Notice --
  12. *
  13. * @par
  14. * Copyright 2001-2005, Intel Corporation.
  15. * All rights reserved.
  16. *
  17. * @par
  18. * SPDX-License-Identifier: BSD-3-Clause
  19. * @par
  20. * -- End of Copyright Notice --
  21. */
  22. #ifndef IxOsCacheMMU_H
  23. #ifndef __doxygen_hide
  24. #define IxOsCacheMMU_H
  25. #endif /* __doxygen_hide */
  26. #ifdef __doxygen_HIDE
  27. #define IX_OS_CACHE_DOXYGEN
  28. #endif /* __doxygen_HIDE */
  29. #include "IxOsalBackward.h"
  30. #endif /* IxOsCacheMMU_H */