summaryrefslogtreecommitdiff
path: root/firmware/export/as3525.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-07-06 13:54:51 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-07-06 13:54:51 +0000
commitc1780af9fcc6b7751b267e4e9577bbb2424a1169 (patch)
tree8644c22091bc7ed6c6ada18c484efed26fb13d84 /firmware/export/as3525.h
parenta63a116086ac8c4d876c89b1bb2566b4d168a75f (diff)
downloadrockbox-c1780af9fcc6b7751b267e4e9577bbb2424a1169.tar.gz
rockbox-c1780af9fcc6b7751b267e4e9577bbb2424a1169.zip
Samsa AMS: start of an USB driver (nothing working atm)
Work based on AMD 5536 linux driver and AMD Geode CS5536 datasheet Rockbox still doesn't reboot on USB insert git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21689 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/as3525.h')
-rw-r--r--firmware/export/as3525.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h
index 39e0706637..b7da19320d 100644
--- a/firmware/export/as3525.h
+++ b/firmware/export/as3525.h
@@ -500,4 +500,8 @@ interface */
500/* Timer frequency */ 500/* Timer frequency */
501#define TIMER_FREQ (24000000 / 16) 501#define TIMER_FREQ (24000000 / 16)
502 502
503/* USB : TODO */
504#define USB_NUM_ENDPOINTS 4
505#define USB_DEVBSS_ATTR IBSS_ATTR
506
503#endif /*__AS3525_H__*/ 507#endif /*__AS3525_H__*/