diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-04-23 09:13:23 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-04-23 09:13:23 +0000 |
| commit | c6773e1436ba3adda0a6456dbe54ba1320a095be (patch) | |
| tree | 172c21804499aa84fcab2f755596a3272cfbd59a | |
| parent | 34f948291202bdb42391bbc1200326e1aca00e5c (diff) | |
| download | rockbox-c6773e1436ba3adda0a6456dbe54ba1320a095be.zip rockbox-c6773e1436ba3adda0a6456dbe54ba1320a095be.tar.gz rockbox-c6773e1436ba3adda0a6456dbe54ba1320a095be.tar.bz2 rockbox-c6773e1436ba3adda0a6456dbe54ba1320a095be.tar.xz | |
Moved driver to 'drivers' subdir
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@189 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/drivers/ata.c (renamed from firmware/ata.c) | 0 | ||||
| -rw-r--r-- | firmware/drivers/ata.h (renamed from firmware/ata.h) | 0 | ||||
| -rw-r--r-- | firmware/drivers/button.c (renamed from firmware/button.c) | 0 | ||||
| -rw-r--r-- | firmware/drivers/button.h (renamed from firmware/button.h) | 0 | ||||
| -rw-r--r-- | firmware/drivers/fat.c (renamed from firmware/fat.c) | 0 | ||||
| -rw-r--r-- | firmware/drivers/fat.h (renamed from firmware/fat.h) | 0 | ||||
| -rw-r--r-- | firmware/drivers/i2c.c (renamed from firmware/i2c.c) | 0 | ||||
| -rw-r--r-- | firmware/drivers/i2c.h (renamed from firmware/i2c.h) | 0 | ||||
| -rw-r--r-- | firmware/drivers/lcd.c (renamed from firmware/lcd.c) | 0 | ||||
| -rw-r--r-- | firmware/drivers/lcd.h (renamed from firmware/lcd.h) | 0 | ||||
| -rw-r--r-- | firmware/drivers/led.c (renamed from firmware/led.c) | 0 | ||||
| -rw-r--r-- | firmware/drivers/led.h (renamed from firmware/led.h) | 0 | ||||
| -rw-r--r-- | firmware/drivers/mas.c (renamed from firmware/mas.c) | 0 | ||||
| -rw-r--r-- | firmware/drivers/mas.h (renamed from firmware/mas.h) | 0 | ||||
| -rw-r--r-- | firmware/drivers/serial.c (renamed from firmware/serial.c) | 0 | ||||
| -rw-r--r-- | firmware/drivers/serial.h (renamed from firmware/serial.h) | 0 |
16 files changed, 0 insertions, 0 deletions
diff --git a/firmware/ata.c b/firmware/drivers/ata.c index cb4e1e6..cb4e1e6 100644 --- a/firmware/ata.c +++ b/firmware/drivers/ata.c diff --git a/firmware/ata.h b/firmware/drivers/ata.h index 50cd85d..50cd85d 100644 --- a/firmware/ata.h +++ b/firmware/drivers/ata.h diff --git a/firmware/button.c b/firmware/drivers/button.c index a1abccd..a1abccd 100644 --- a/firmware/button.c +++ b/firmware/drivers/button.c diff --git a/firmware/button.h b/firmware/drivers/button.h index a8cc71b..a8cc71b 100644 --- a/firmware/button.h +++ b/firmware/drivers/button.h diff --git a/firmware/fat.c b/firmware/drivers/fat.c index 328428a..328428a 100644 --- a/firmware/fat.c +++ b/firmware/drivers/fat.c diff --git a/firmware/fat.h b/firmware/drivers/fat.h index f1dc8dc..f1dc8dc 100644 --- a/firmware/fat.h +++ b/firmware/drivers/fat.h diff --git a/firmware/i2c.c b/firmware/drivers/i2c.c index 3a5603d..3a5603d 100644 --- a/firmware/i2c.c +++ b/firmware/drivers/i2c.c diff --git a/firmware/i2c.h b/firmware/drivers/i2c.h index a160774..a160774 100644 --- a/firmware/i2c.h +++ b/firmware/drivers/i2c.h diff --git a/firmware/lcd.c b/firmware/drivers/lcd.c index 737bf92..737bf92 100644 --- a/firmware/lcd.c +++ b/firmware/drivers/lcd.c diff --git a/firmware/lcd.h b/firmware/drivers/lcd.h index dcfa1d5..dcfa1d5 100644 --- a/firmware/lcd.h +++ b/firmware/drivers/lcd.h diff --git a/firmware/led.c b/firmware/drivers/led.c index d01c9de..d01c9de 100644 --- a/firmware/led.c +++ b/firmware/drivers/led.c diff --git a/firmware/led.h b/firmware/drivers/led.h index 955c59a..955c59a 100644 --- a/firmware/led.h +++ b/firmware/drivers/led.h diff --git a/firmware/mas.c b/firmware/drivers/mas.c index decfff6..decfff6 100644 --- a/firmware/mas.c +++ b/firmware/drivers/mas.c diff --git a/firmware/mas.h b/firmware/drivers/mas.h index 65e23f1..65e23f1 100644 --- a/firmware/mas.h +++ b/firmware/drivers/mas.h diff --git a/firmware/serial.c b/firmware/drivers/serial.c index d101ab8..d101ab8 100644 --- a/firmware/serial.c +++ b/firmware/drivers/serial.c diff --git a/firmware/serial.h b/firmware/drivers/serial.h index eac02e4..eac02e4 100644 --- a/firmware/serial.h +++ b/firmware/drivers/serial.h |