IXP4xx: move FSG platform macros to the platform code.

Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
This commit is contained in:
Krzysztof Hałasa
2009-11-16 22:53:53 +01:00
parent 395e71276c
commit 914e7bc28e
6 ha cambiato i file con 25 aggiunte e 60 eliminazioni

Vedi File

@@ -22,6 +22,13 @@
#include <mach/hardware.h>
#include <asm/io.h>
#define FSG_LED_WLAN_BIT 0
#define FSG_LED_WAN_BIT 1
#define FSG_LED_SATA_BIT 2
#define FSG_LED_USB_BIT 4
#define FSG_LED_RING_BIT 5
#define FSG_LED_SYNC_BIT 7
static short __iomem *latch_address;
static unsigned short latch_value;