summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-07-18 16:22:48 +0200
committerThomas Martitz <kugel@rockbox.org>2012-07-18 16:23:11 +0200
commitb7937a729f948c41f6582d74dd275aed2aa4fa25 (patch)
treedd9235326092b71bdf4678ac75f0efd1c3b80153 /firmware
parentf0430e291a5dc83c7114fc9c552f92943d4abe13 (diff)
downloadrockbox-b7937a729f948c41f6582d74dd275aed2aa4fa25.tar.gz
rockbox-b7937a729f948c41f6582d74dd275aed2aa4fa25.zip
fix database tool
Change-Id: I48702c3213aae7e2c64ea0e1f197e61368393759
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/ata_idle_notify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/ata_idle_notify.h b/firmware/export/ata_idle_notify.h
index 644df93851..93a53eee34 100644
--- a/firmware/export/ata_idle_notify.h
+++ b/firmware/export/ata_idle_notify.h
@@ -46,7 +46,7 @@ enum {
46/* Enable storage callbacks everywhere except for bootloaders. Both 46/* Enable storage callbacks everywhere except for bootloaders. Both
47 * hosted and native targets need this. 47 * hosted and native targets need this.
48 */ 48 */
49#define USING_STORAGE_CALLBACK !defined(BOOTLOADER) && !defined(APPLICATION) 49#define USING_STORAGE_CALLBACK !defined(BOOTLOADER) && !defined(APPLICATION) && !defined(__PCTOOL__)
50 50
51extern void register_storage_idle_func(void (*function)(void *data)); 51extern void register_storage_idle_func(void (*function)(void *data));
52#if USING_STORAGE_CALLBACK 52#if USING_STORAGE_CALLBACK