Wolfgang Denk | 4646d2a | 2006-05-30 15:56:48 +0200 | [diff] [blame] | 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 |
Wolfgang Denk | c57eadc | 2013-07-28 22:12:47 +0200 | [diff] [blame] | 18 | * SPDX-License-Identifier: BSD-3-Clause |
Wolfgang Denk | 4646d2a | 2006-05-30 15:56:48 +0200 | [diff] [blame] | 19 | * @par |
| 20 | * -- End of Copyright Notice -- |
| 21 | */ |
| 22 | |
| 23 | #ifndef IxOsCacheMMU_H |
| 24 | |
| 25 | #ifndef __doxygen_hide |
| 26 | #define IxOsCacheMMU_H |
| 27 | #endif /* __doxygen_hide */ |
| 28 | |
| 29 | #ifdef __doxygen_HIDE |
| 30 | #define IX_OS_CACHE_DOXYGEN |
| 31 | #endif /* __doxygen_HIDE */ |
| 32 | |
| 33 | #include "IxOsalBackward.h" |
| 34 | |
| 35 | #endif /* IxOsCacheMMU_H */ |
| 36 | |