Wolfgang Denk | 4646d2a | 2006-05-30 15:56:48 +0200 | [diff] [blame] | 1 | /** |
| 2 | * @file IxQMgrDefines_p.h |
| 3 | * |
| 4 | * @author Intel Corporation |
| 5 | * @date 19-Jul-2002 |
| 6 | * |
| 7 | * @brief IxQMgr Defines and tuneable constants |
| 8 | * |
| 9 | * |
| 10 | * @par |
| 11 | * IXP400 SW Release version 2.0 |
| 12 | * |
| 13 | * -- Copyright Notice -- |
| 14 | * |
| 15 | * @par |
| 16 | * Copyright 2001-2005, Intel Corporation. |
| 17 | * All rights reserved. |
| 18 | * |
| 19 | * @par |
Wolfgang Denk | c57eadc | 2013-07-28 22:12:47 +0200 | [diff] [blame] | 20 | * SPDX-License-Identifier: BSD-3-Clause |
Wolfgang Denk | 4646d2a | 2006-05-30 15:56:48 +0200 | [diff] [blame] | 21 | * @par |
| 22 | * -- End of Copyright Notice -- |
| 23 | */ |
| 24 | |
| 25 | #ifndef IXQMGRDEFINES_P_H |
| 26 | #define IXQMGRDEFINES_P_H |
| 27 | |
| 28 | #define IX_QMGR_PARM_CHECKS_ENABLED 1 |
| 29 | #define IX_QMGR_STATS_UPDATE_ENABLED 1 |
| 30 | |
| 31 | #endif /* IXQMGRDEFINES_P_H */ |