mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add #include to power-ipod.c, make some variables static in storage.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27634 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
028d91aa0c
commit
c9a3419b9e
2 changed files with 5 additions and 2 deletions
|
@ -40,8 +40,8 @@ static unsigned int num_drives;
|
|||
#define STORAGE_MINIMUM_IDLE_TIME (HZ/10)
|
||||
#define STORAGE_DELAY_UNIT (HZ/20)
|
||||
|
||||
unsigned int storage_last_thread[NUM_DRIVES];
|
||||
unsigned int storage_last_activity[NUM_DRIVES];
|
||||
static unsigned int storage_last_thread[NUM_DRIVES];
|
||||
static unsigned int storage_last_activity[NUM_DRIVES];
|
||||
|
||||
static bool storage_should_wait(int drive, int prio)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue