summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-04-23 09:13:23 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-04-23 09:13:23 +0000
commitc6773e1436ba3adda0a6456dbe54ba1320a095be (patch)
tree172c21804499aa84fcab2f755596a3272cfbd59a
parent34f948291202bdb42391bbc1200326e1aca00e5c (diff)
downloadrockbox-c6773e1436ba3adda0a6456dbe54ba1320a095be.tar.gz
rockbox-c6773e1436ba3adda0a6456dbe54ba1320a095be.zip
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 cb4e1e6b90..cb4e1e6b90 100644
--- a/firmware/ata.c
+++ b/firmware/drivers/ata.c
diff --git a/firmware/ata.h b/firmware/drivers/ata.h
index 50cd85d755..50cd85d755 100644
--- a/firmware/ata.h
+++ b/firmware/drivers/ata.h
diff --git a/firmware/button.c b/firmware/drivers/button.c
index a1abccd32a..a1abccd32a 100644
--- a/firmware/button.c
+++ b/firmware/drivers/button.c
diff --git a/firmware/button.h b/firmware/drivers/button.h
index a8cc71b875..a8cc71b875 100644
--- a/firmware/button.h
+++ b/firmware/drivers/button.h
diff --git a/firmware/fat.c b/firmware/drivers/fat.c
index 328428a941..328428a941 100644
--- a/firmware/fat.c
+++ b/firmware/drivers/fat.c
diff --git a/firmware/fat.h b/firmware/drivers/fat.h
index f1dc8dc5a0..f1dc8dc5a0 100644
--- a/firmware/fat.h
+++ b/firmware/drivers/fat.h
diff --git a/firmware/i2c.c b/firmware/drivers/i2c.c
index 3a5603ddd4..3a5603ddd4 100644
--- a/firmware/i2c.c
+++ b/firmware/drivers/i2c.c
diff --git a/firmware/i2c.h b/firmware/drivers/i2c.h
index a16077428c..a16077428c 100644
--- a/firmware/i2c.h
+++ b/firmware/drivers/i2c.h
diff --git a/firmware/lcd.c b/firmware/drivers/lcd.c
index 737bf92a6b..737bf92a6b 100644
--- a/firmware/lcd.c
+++ b/firmware/drivers/lcd.c
diff --git a/firmware/lcd.h b/firmware/drivers/lcd.h
index dcfa1d587e..dcfa1d587e 100644
--- a/firmware/lcd.h
+++ b/firmware/drivers/lcd.h
diff --git a/firmware/led.c b/firmware/drivers/led.c
index d01c9de612..d01c9de612 100644
--- a/firmware/led.c
+++ b/firmware/drivers/led.c
diff --git a/firmware/led.h b/firmware/drivers/led.h
index 955c59aa81..955c59aa81 100644
--- a/firmware/led.h
+++ b/firmware/drivers/led.h
diff --git a/firmware/mas.c b/firmware/drivers/mas.c
index decfff612b..decfff612b 100644
--- a/firmware/mas.c
+++ b/firmware/drivers/mas.c
diff --git a/firmware/mas.h b/firmware/drivers/mas.h
index 65e23f1498..65e23f1498 100644
--- a/firmware/mas.h
+++ b/firmware/drivers/mas.h
diff --git a/firmware/serial.c b/firmware/drivers/serial.c
index d101ab8095..d101ab8095 100644
--- a/firmware/serial.c
+++ b/firmware/drivers/serial.c
diff --git a/firmware/serial.h b/firmware/drivers/serial.h
index eac02e42e4..eac02e42e4 100644
--- a/firmware/serial.h
+++ b/firmware/drivers/serial.h