mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
dbg_ports() : move proto to system.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31557 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
af7606776a
commit
ec398340cd
2 changed files with 4 additions and 4 deletions
|
@ -24,8 +24,4 @@
|
||||||
bool debug_menu(void);
|
bool debug_menu(void);
|
||||||
bool run_debug_screen(char* screen);
|
bool run_debug_screen(char* screen);
|
||||||
|
|
||||||
#ifndef SIMULATOR
|
|
||||||
extern bool dbg_ports(void);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -386,4 +386,8 @@ static inline uint32_t swaw32_hw(uint32_t value)
|
||||||
* break strict aliasing rules' B.S. */
|
* break strict aliasing rules' B.S. */
|
||||||
#define PUN_PTR(type, p) ((type)(intptr_t)(p))
|
#define PUN_PTR(type, p) ((type)(intptr_t)(p))
|
||||||
|
|
||||||
|
#ifndef SIMULATOR
|
||||||
|
bool dbg_ports(void);
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __SYSTEM_H__ */
|
#endif /* __SYSTEM_H__ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue