summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/pcf50606-coldfire.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/pcf50606-coldfire.c')
-rw-r--r--firmware/target/coldfire/pcf50606-coldfire.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/target/coldfire/pcf50606-coldfire.c b/firmware/target/coldfire/pcf50606-coldfire.c
index 6206ae4deb..d5d0022fc0 100644
--- a/firmware/target/coldfire/pcf50606-coldfire.c
+++ b/firmware/target/coldfire/pcf50606-coldfire.c
@@ -299,6 +299,9 @@ inline bool pcf50606_i2c_getack(void)
299 return ret; 299 return ret;
300} 300}
301 301
302#if !defined(IRIVER_H300_SERIES)
303static
304#endif
302void pcf50606_i2c_outb(unsigned char byte) 305void pcf50606_i2c_outb(unsigned char byte)
303{ 306{
304#ifdef USE_ASM 307#ifdef USE_ASM
@@ -370,6 +373,9 @@ void pcf50606_i2c_outb(unsigned char byte)
370#endif 373#endif
371} 374}
372 375
376#if !defined(IRIVER_H300_SERIES)
377static
378#endif
373unsigned char pcf50606_i2c_inb(bool ack) 379unsigned char pcf50606_i2c_inb(bool ack)
374{ 380{
375 unsigned char byte = 0; 381 unsigned char byte = 0;