diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2008-03-02 18:16:24 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2008-03-02 18:16:24 +0000 |
commit | 411b92948a7bb8f28afae546ffe5ad4ae61c4cf1 (patch) | |
tree | a0cc37b1988c5dc0f8db81c11d8d4edd4d542106 /gdb/arm-stub.c | |
parent | e57806acaa1afde1b04fc4b7f128fe34b818fba6 (diff) | |
download | rockbox-411b92948a7bb8f28afae546ffe5ad4ae61c4cf1.tar.gz rockbox-411b92948a7bb8f28afae546ffe5ad4ae61c4cf1.zip |
move the ifp7xx usb serial driver files to more specific names, to make the "usb_serial" name available for more general usb class driver use
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16484 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'gdb/arm-stub.c')
-rw-r--r-- | gdb/arm-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arm-stub.c b/gdb/arm-stub.c index 0717af49c3..9423fcd317 100644 --- a/gdb/arm-stub.c +++ b/gdb/arm-stub.c | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | #include <stdbool.h> | 20 | #include <stdbool.h> |
21 | #include <string.h> | 21 | #include <string.h> |
22 | #include "usb_serial.h" | 22 | #include "ifp_usb_serial.h" |
23 | #include "sscanf.h" | 23 | #include "sscanf.h" |
24 | #include "pnx0101.h" | 24 | #include "pnx0101.h" |
25 | #include "gdb_api.h" | 25 | #include "gdb_api.h" |