summaryrefslogtreecommitdiff
path: root/firmware/export/hwcompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/hwcompat.h')
-rw-r--r--firmware/export/hwcompat.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/firmware/export/hwcompat.h b/firmware/export/hwcompat.h
index bebca68a6c..2261a91a36 100644
--- a/firmware/export/hwcompat.h
+++ b/firmware/export/hwcompat.h
@@ -40,12 +40,6 @@
40#define HW_MASK (*(short *)0x020000fc) 40#define HW_MASK (*(short *)0x020000fc)
41#endif 41#endif
42 42
43#endif /* (CONFIG_CPU == SH7034) && !SIMULATOR */
44
45#ifdef ARCHOS_PLAYER
46bool is_new_player(void);
47#endif
48
49#ifdef CONFIG_TUNER_MULTI 43#ifdef CONFIG_TUNER_MULTI
50static inline int tuner_detect_type(void) 44static inline int tuner_detect_type(void)
51{ 45{
@@ -53,4 +47,10 @@ static inline int tuner_detect_type(void)
53} 47}
54#endif 48#endif
55 49
50#endif /* (CONFIG_CPU == SH7034) && !SIMULATOR */
51
52#ifdef ARCHOS_PLAYER
53bool is_new_player(void);
54#endif
55
56#endif /* HWCOMPAT_H */ 56#endif /* HWCOMPAT_H */