summaryrefslogtreecommitdiff
path: root/firmware/export/pp5020.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pp5020.h')
-rw-r--r--firmware/export/pp5020.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h
index b4919a219e..0f622a907d 100644
--- a/firmware/export/pp5020.h
+++ b/firmware/export/pp5020.h
@@ -23,7 +23,12 @@
23 23
24/* All info gleaned and/or copied from the iPodLinux project. */ 24/* All info gleaned and/or copied from the iPodLinux project. */
25 25
26#define QHARRAY_ATTR __attribute__((section(".qharray"),nocommon)) 26/* USBOTG */
27#define USB_NUM_ENDPOINTS 3
28/* This needs to be 2048 byte aligned, but USB_QHARRAY_ATTR should take care
29 * of that */
30#define USB_QHARRAY_ATTR __attribute__((section(".qharray"),nocommon,aligned(4)))
31#define USB_DEVBSS_ATTR IBSS_ATTR
27 32
28/* DRAM starts at 0x10000000, but in Rockbox we remap it to 0x00000000 */ 33/* DRAM starts at 0x10000000, but in Rockbox we remap it to 0x00000000 */
29#define DRAM_START 0x10000000 34#define DRAM_START 0x10000000