diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-12-21 23:32:19 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-12-21 23:32:19 +0000 |
| commit | 4ba9eac8941fb5340ac5be09df37ee699bceaf64 (patch) | |
| tree | d98a473e3a134debd740a6185a374b808689512e /firmware/export | |
| parent | 085f2f428e1b2057a906e61ae016e47e41eb2719 (diff) | |
| download | rockbox-4ba9eac8941fb5340ac5be09df37ee699bceaf64.zip rockbox-4ba9eac8941fb5340ac5be09df37ee699bceaf64.tar.gz rockbox-4ba9eac8941fb5340ac5be09df37ee699bceaf64.tar.bz2 rockbox-4ba9eac8941fb5340ac5be09df37ee699bceaf64.tar.xz | |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/pcf50605.h b/firmware/export/pcf50605.h index fc52b98..8da64f3 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); int pcf50605_write(int address, unsigned char val); int pcf50605_write_multiple(int address, const unsigned char* buf, int count); int pcf50605_battery_read(void); +void pcf50605_standby_mode(void); #endif #endif |