e471083dee98338acd84a109428ca99c71372a7e
2 * Atheros AP91 reference board PCI initialization
4 * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
11 #ifndef _AR71XX_DEV_AP91_PCI_H
12 #define _AR71XX_DEV_AP91_PCI_H
14 #if defined(CONFIG_AR71XX_DEV_AP91_PCI)
15 void ap91_pci_init(u8
*cal_data
, u8
*mac_addr
) __init
;
16 void ap91_pci_setup_wmac_led_pin(int pin
) __init
;
17 void ap91_pci_setup_wmac_gpio(u32 mask
, u32 val
) __init
;
19 static inline void ap91_pci_init(u8
*cal_data
, u8
*mac_addr
) { }
20 static inline void ap91_pci_setup_wmac_led_pin(int pin
) { }
21 static inline void ap91_pci_setup_wmac_gpio(u32 mask
, u32 gpio
) { }
24 #endif /* _AR71XX_DEV_AP91_PCI_H */
This page took 0.040253 seconds and 3 git commands to generate.