Corrected kernel sources
[tomato.git] / release / src / include / bcmparams.h
blobf12b78f8157706c61ae7fcb2b8da3bbdc30906fc
1 /*
2 * Misc system wide parameters.
4 * Copyright 2005, 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: bcmparams.h,v 1.1.1.2 2005/03/07 07:31:12 kanki Exp $
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 16 /* Max. # of devices/interfaces supported */
23 #endif