usb-target.h: remove

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31498 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2011-12-31 18:44:55 +00:00
parent db9ce6dc7f
commit 568c441fd8
47 changed files with 0 additions and 34 deletions

View file

@ -24,7 +24,6 @@
#include "kernel.h"
#include "ata.h"
#include "usb.h"
#include "usb-target.h"
#define USB_RST_ASSERT GPBDAT &= ~(1 << 4)
#define USB_RST_DEASSERT GPBDAT |= (1 << 4)