mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
gigabeats: remove inline from extern functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28022 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c168d2317f
commit
aca255e8e8
2 changed files with 2 additions and 2 deletions
|
|
@ -73,6 +73,6 @@ struct ARM_REGS {
|
|||
int cpsr;
|
||||
} regs;
|
||||
|
||||
inline void dumpregs(void);
|
||||
void dumpregs(void);
|
||||
|
||||
#endif /* SYSTEM_TARGET_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue