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
This commit is contained in:
Frank Gevaerts 2008-03-02 18:16:24 +00:00
parent e57806acaa
commit 411b92948a
4 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
#include <stdbool.h>
#include <string.h>
#include "usb_serial.h"
#include "ifp_usb_serial.h"
#include "sscanf.h"
#include "pnx0101.h"
#include "gdb_api.h"