From 88c57383fb6b1bb7c848b830daf519e6b26005f0 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 21 Feb 2006 21:33:27 +0000 Subject: Not only H300 has a PCF50606 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8768 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pcf50606.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/export/pcf50606.h b/firmware/export/pcf50606.h index fd180bfaee..cbfaeb1135 100644 --- a/firmware/export/pcf50606.h +++ b/firmware/export/pcf50606.h @@ -19,12 +19,10 @@ #ifndef PCF50606_H #define PCF50606_H -#ifdef IRIVER_H300_SERIES void pcf50606_init(void); int pcf50606_write_multiple(int address, const unsigned char* buf, int count); int pcf50606_write(int address, unsigned char val); int pcf50606_read_multiple(int address, unsigned char* buf, int count); int pcf50606_read(int address); -#endif #endif -- cgit