m:robe 500i port: Add support for the backlight client in the SPI subsystem

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15402 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Catalin Patulea 2007-11-02 05:07:52 +00:00
parent 5f36e5a353
commit 574b1009a6
3 changed files with 14 additions and 4 deletions

View file

@ -26,6 +26,7 @@
enum SPI_target {
SPI_target_TSC2100 = 0,
SPI_target_RX5X348AB,
SPI_target_BACKLIGHT,
SPI_MAX_TARGETS,
};