summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-05-02 08:08:10 +0000
committerDave Chapman <dave@dchapman.com>2006-05-02 08:08:10 +0000
commitf79d35a25eb47b681d6c3c6f4c8aaba9175ec633 (patch)
tree5cafc44117d583ab15d9b8a9bfda34eef88e637e /firmware/export
parentb1feebeb2b30ccbcc02af6e965b9408b9af7f8f8 (diff)
ipods - First implementation of pcf50605_init() function. This enables the power-out in the Dock connector, which may help getting some accessories working - if they don't need to talk to the ipod via the Apple Accessory Protocol. Thanks to julius in IRC for testing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9860 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/pcf50605.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/pcf50605.h b/firmware/export/pcf50605.h
index 4ea1379e4a..eeb09b4612 100644
--- a/firmware/export/pcf50605.h
+++ b/firmware/export/pcf50605.h
@@ -28,6 +28,7 @@ int pcf50605_write_multiple(int address, const unsigned char* buf, int count);
int pcf50605_a2d_read(int channel);
bool pcf50605_charger_inserted(void);
void pcf50605_standby_mode(void);
+void pcf50605_init(void);
#endif
#endif