diff options
author | Wolfgang Denk | 2005-08-15 15:55:00 +0200 |
---|---|---|
committer | Wolfgang Denk | 2005-08-15 15:55:00 +0200 |
commit | 6bdf430660531aca5f88faeac8657d91595f5b38 (patch) | |
tree | 686faa566a8a69558da9aafdc31c30c03693dd1c /include/status_led.h | |
parent | 4dc37144f0838e5d36bf35a02ec6205e2ab77c5e (diff) |
Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.
Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
Diffstat (limited to 'include/status_led.h')
-rw-r--r-- | include/status_led.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/status_led.h b/include/status_led.h index b80780a690b..a56883b9a5e 100644 --- a/include/status_led.h +++ b/include/status_led.h @@ -336,6 +336,9 @@ void status_led_set (int led, int state); /***** NetPhone ********************************************************/ #elif defined(CONFIG_NETPHONE) || defined(CONFIG_NETTA2) /* XXX empty just to avoid the error */ +/***** STx XTc ********************************************************/ +#elif defined(CONFIG_STXXTC) +/* XXX empty just to avoid the error */ /***** sbc8240 ********************************************************/ #elif defined(CONFIG_WRSBC8240) /* XXX empty just to avoid the error */ |