diff options
author | Daniel Ankers <dan@weirdo.org.uk> | 2007-02-27 22:55:12 +0000 |
---|---|---|
committer | Daniel Ankers <dan@weirdo.org.uk> | 2007-02-27 22:55:12 +0000 |
commit | b856636f85c37b4a07cd00c7ef4395ba0b81e2ab (patch) | |
tree | e9d6656b7f743a3038de35af8d13bf473fd6346c /firmware/export/rolo.h | |
parent | e7469e2f43e43521d43b4955597ca48d9b39abd3 (diff) |
Improved RoLo support for PortalPlayer - handles the COP correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12511 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/rolo.h')
-rw-r--r-- | firmware/export/rolo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/rolo.h b/firmware/export/rolo.h index e2dd814c1a..b95a27e879 100644 --- a/firmware/export/rolo.h +++ b/firmware/export/rolo.h @@ -21,4 +21,8 @@ void rolo_load(char* file); +#ifdef CPU_PP +void rolo_restart_cop(void); +#endif + #endif |