summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-12-21 23:32:19 +0000
committerDave Chapman <dave@dchapman.com>2005-12-21 23:32:19 +0000
commit4ba9eac8941fb5340ac5be09df37ee699bceaf64 (patch)
treed98a473e3a134debd740a6185a374b808689512e /firmware/export
parent085f2f428e1b2057a906e61ae016e47e41eb2719 (diff)
downloadrockbox-4ba9eac8941fb5340ac5be09df37ee699bceaf64.tar.gz
rockbox-4ba9eac8941fb5340ac5be09df37ee699bceaf64.zip
Put the ipod into standby mode on shutdown. This is untested on the 5g, but should work...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8275 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 fc52b98e99..8da64f3325 100644
--- a/firmware/export/pcf50605.h
+++ b/firmware/export/pcf50605.h
@@ -26,6 +26,7 @@ void pcf50605_read_multiple(int address, unsigned char* buf, int count);
26int pcf50605_write(int address, unsigned char val); 26int pcf50605_write(int address, unsigned char val);
27int pcf50605_write_multiple(int address, const unsigned char* buf, int count); 27int pcf50605_write_multiple(int address, const unsigned char* buf, int count);
28int pcf50605_battery_read(void); 28int pcf50605_battery_read(void);
29void pcf50605_standby_mode(void);
29#endif 30#endif
30 31
31#endif 32#endif