diff options
| author | Michiel Van Der Kolk <not.valid@email.address> | 2005-03-03 13:50:09 +0000 |
|---|---|---|
| committer | Michiel Van Der Kolk <not.valid@email.address> | 2005-03-03 13:50:09 +0000 |
| commit | 95819727ebf8fe66ebdf0384f098d6790ecc2cd2 (patch) | |
| tree | dfdb066462dbbd9c03b1232df127edbd72706732 /apps/plugins/rockboy/lcd.c | |
| parent | 0cecadd07491002dec27571f8a64efaf6c38dbb2 (diff) | |
| download | rockbox-95819727ebf8fe66ebdf0384f098d6790ecc2cd2.zip rockbox-95819727ebf8fe66ebdf0384f098d6790ecc2cd2.tar.gz rockbox-95819727ebf8fe66ebdf0384f098d6790ecc2cd2.tar.bz2 rockbox-95819727ebf8fe66ebdf0384f098d6790ecc2cd2.tar.xz | |
Functions and data into iram mode for iriver, seems faster.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6112 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/rockboy/lcd.c')
| -rw-r--r-- | apps/plugins/rockboy/lcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/lcd.c b/apps/plugins/rockboy/lcd.c index 6351cb9..8cb1b7a 100644 --- a/apps/plugins/rockboy/lcd.c +++ b/apps/plugins/rockboy/lcd.c @@ -16,7 +16,7 @@ struct lcd lcd; -struct scan scan; +struct scan scan IDATA_ATTR; #define BG (scan.bg) #define WND (scan.wnd) |