blob: 1c5d674ffa11d32a8e97f62a4bed0670caad4e4f [file] [log] [blame]
Wolfgang Denk4646d2a2006-05-30 15:56:48 +02001/**
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 Denkc57eadc2013-07-28 22:12:47 +020020 * SPDX-License-Identifier: BSD-3-Clause
Wolfgang Denk4646d2a2006-05-30 15:56:48 +020021 * @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 */