diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-09-23 11:39:21 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-09-23 11:39:21 +0000 |
commit | 040e80c3ad00ee9b100f97d510a0acd37489cb9b (patch) | |
tree | d4598c8370aba155380dbc98a05981397c31898c /firmware/drivers/ata.c | |
parent | 2aee04366f2992a4a69d8a3d20f880d52a849cba (diff) |
Now exports last_disk_activity, for auto-poweroff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2373 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r-- | firmware/drivers/ata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c index 2451a862ba..807d441351 100644 --- a/firmware/drivers/ata.c +++ b/firmware/drivers/ata.c @@ -98,7 +98,7 @@ static unsigned char delayed_sector[SECTOR_SIZE]; static int delayed_sector_num; static long last_user_activity = -1; -static long last_disk_activity = -1; +long last_disk_activity = -1; static int multisectors; /* number of supported multisectors */ static unsigned short identify_info[SECTOR_SIZE]; |