mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
ipod6g: make functions and variables static where possible
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29767 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d905754bdf
commit
0dfce1972b
4 changed files with 37 additions and 33 deletions
|
|
@ -119,7 +119,7 @@ default_interrupt(INT_IRQ62);
|
|||
default_interrupt(INT_IRQ63);
|
||||
|
||||
|
||||
int current_irq;
|
||||
static int current_irq;
|
||||
|
||||
|
||||
void INT_TIMER(void) ICODE_ATTR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue