/* * * if_port.h * Description: * * * * Copyright (C) 2008, Texas Instruments, Incorporated * * This program is free software; you can distribute it and/or modify it * under the terms of the GNU General Public License (Version 2) as * published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. * */ #ifndef _IF_PORT_H_ #define _IF_PORT_H_ #define AVALANCHE_CPMAC_LOW_PORT_ID 0 #define AVALANCHE_CPMAC_HIGH_PORT_ID 1 #define AVALANCHE_USB_PORT_ID 2 #define AVALANCHE_WLAN_PORT_ID 3 #define AVALANCHE_MARVELL_BASE_PORT_ID 4 /* The marvell ports occupy port ids from 4 to 8 */ /* so the next port id number should start at 9 */ #endif /* _IF_PORT_H_ */