summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/hwcompat.h12
-rw-r--r--firmware/export/s1a0903x01.h4
2 files changed, 8 insertions, 8 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 */
diff --git a/firmware/export/s1a0903x01.h b/firmware/export/s1a0903x01.h
index bf497628b7..f36cfffae7 100644
--- a/firmware/export/s1a0903x01.h
+++ b/firmware/export/s1a0903x01.h
@@ -33,8 +33,8 @@ int s1a0903x01_set(int setting, int value);
33int s1a0903x01_get(int setting); 33int s1a0903x01_get(int setting);
34 34
35#ifndef CONFIG_TUNER_MULTI 35#ifndef CONFIG_TUNER_MULTI
36#define tuner_set s1a0903x01_get 36#define tuner_get s1a0903x01_get
37#define tuner_get s1a0903x01_set 37#define tuner_set s1a0903x01_set
38#endif 38#endif
39 39
40#endif /* _S1A0903X01_H_ */ 40#endif /* _S1A0903X01_H_ */