summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-03-30 04:59:51 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-03-30 04:59:51 +0000
commitbc192c953eb2fe80cac471ea4601c27e23512440 (patch)
tree42b17a28635526d32560e14875865a88b2a6dac8 /firmware/export/config.h
parent8a6fd3ff4e63c81d7d50af535791318481280f95 (diff)
downloadrockbox-bc192c953eb2fe80cac471ea4601c27e23512440.tar.gz
rockbox-bc192c953eb2fe80cac471ea4601c27e23512440.zip
Add a lightweight wakeup object for fast processors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16885 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 1a288dd590..cd98fc9dca 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -335,6 +335,10 @@
335#endif /* SIMULATOR */ 335#endif /* SIMULATOR */
336#define HAVE_SEMAPHORE_OBJECTS 336#define HAVE_SEMAPHORE_OBJECTS
337#define HAVE_EVENT_OBJECTS 337#define HAVE_EVENT_OBJECTS
338
339#if defined (TOSHIBA_GIGABEAT_F) || defined (TOSHIBA_GIGABEAT_S)
340#define HAVE_WAKEUP_OBJECTS
341#endif
338#endif 342#endif
339 343
340/* define for all cpus from SH family */ 344/* define for all cpus from SH family */