Fix 3g builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12341 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2007-02-16 22:28:07 +00:00
parent 3a6d4791d7
commit 620c62e262

View File

@ -113,6 +113,9 @@
#define SER1_MASK (1 << SER1_IRQ)
#define DMA_OUT_MASK (1 << DMA_OUT_IRQ)
/* The PortalPlayer USB controller uses base address 0xc5000000 */
#define USB_BASE 0xc5000000
#define PROC_SLEEP 0xca
#define PROC_WAKE 0xce