/* Copyright 2004-2012 Broadcom Corp. All Rights Reserved. <:label-BRCM:2012:GPL/GPL:standard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation (the "GPL"). This program is distributed in the hope that 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. A copy of the GPL is available at http://www.broadcom.com/licenses/GPLv2.php, or by writing to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. :> */ #ifndef _ETHSWDEFS_H_ #define _ETHSWDEFS_H_ /* Advertise 100BaseTxFD/HD and 10BaseTFD/HD */ #define AN_ADV_ALL 0x1E1 /* Advertise 1000BaseTFD/HD */ #define AN_1000BASET_CTRL_ADV_ALL 0x300 #define HW_SWITCHING_DISABLED 0 #define HW_SWITCHING_ENABLED 1 #endif /* _ETHSWDEFS_H_ */