2 * Copyright (C) 2007 Aurelien Jarno <aurelien@aurel32.net>
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version 2
7 * of the License, or (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 #ifndef __ASM_BCM47XX_H
20 #define __ASM_BCM47XX_H
22 #include <linux/ssb/ssb.h>
23 #include <linux/bcma/bcma.h>
24 #include <linux/bcma/bcma_soc.h>
26 enum bcm47xx_bus_type
{
27 #ifdef CONFIG_BCM47XX_SSB
30 #ifdef CONFIG_BCM47XX_BCMA
31 BCM47XX_BUS_TYPE_BCMA
,
36 #ifdef CONFIG_BCM47XX_SSB
39 #ifdef CONFIG_BCM47XX_BCMA
44 extern union bcm47xx_bus bcm47xx_bus
;
45 extern enum bcm47xx_bus_type bcm47xx_bus_type
;
47 void bcm47xx_fill_sprom(struct ssb_sprom
*sprom
, const char *prefix
,
50 #ifdef CONFIG_BCM47XX_SSB
51 void bcm47xx_fill_ssb_boardinfo(struct ssb_boardinfo
*boardinfo
,
54 #ifdef CONFIG_BCM47XX_BCMA
55 void bcm47xx_fill_bcma_boardinfo(struct bcma_boardinfo
*boardinfo
,
59 #endif /* __ASM_BCM47XX_H */