libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / include / bcmparams.h
bloba93294aff21a36305724a61a9c09bbd42fecb6cf
1 /*
2 * Misc system wide parameters.
4 * Copyright 2004, Broadcom Corporation
5 * All Rights Reserved.
6 *
7 * THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
8 * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
9 * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
10 * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
11 * $Id$
14 #ifndef _bcmparams_h_
15 #define _bcmparams_h_
17 #define VLAN_MAXVID 15 /* Max. VLAN ID supported/allowed */
19 #define VLAN_NUMPRIS 8 /* # of prio, start from 0 */
21 #define DEV_NUMIFS 32 /* Max. # of devices/interfaces supported */
23 #define WL_MAXBSSCFG 16 /* maximum number of BSS Configs we can configure */
25 #endif