summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-01-31 23:51:11 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-01-31 23:51:11 +0000
commit8e2ff63a7e1f7c493d867c8b4982feacf6f781ca (patch)
tree191c9b1337b7a5a5c94a1e43559f8504717ddb0d /firmware/export
parent1929e4724578a94143bab07487fb1e14ebaee9cf (diff)
downloadrockbox-8e2ff63a7e1f7c493d867c8b4982feacf6f781ca.tar.gz
rockbox-8e2ff63a7e1f7c493d867c8b4982feacf6f781ca.zip
Various files: make function implementations consistent with their declaration in the header file or static if
they're local. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19892 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/eeprom_24cxx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/eeprom_24cxx.h b/firmware/export/eeprom_24cxx.h
index 9a3d49b486..9a2efb915d 100644
--- a/firmware/export/eeprom_24cxx.h
+++ b/firmware/export/eeprom_24cxx.h
@@ -31,7 +31,6 @@
31#endif 31#endif
32 32
33void eeprom_24cxx_init(void); 33void eeprom_24cxx_init(void);
34int eeprom_24cxx_read_byte(unsigned int address, char *c);
35int eeprom_24cxx_read(unsigned char address, void *dest, int length); 34int eeprom_24cxx_read(unsigned char address, void *dest, int length);
36int eeprom_24cxx_write(unsigned char address, const void *src, int length); 35int eeprom_24cxx_write(unsigned char address, const void *src, int length);
37 36