summaryrefslogtreecommitdiff
path: root/firmware/export/mc13783.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-05-10 18:32:34 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-05-10 18:32:34 +0000
commit1ec35841d61fc19cfcdf0589ffd9c79efc26ee30 (patch)
tree2787ac69c0538573d770e803a8f7492fc2af6ace /firmware/export/mc13783.h
parent0220a5fbc31f3443f2d165e395881d3bd213a698 (diff)
downloadrockbox-1ec35841d61fc19cfcdf0589ffd9c79efc26ee30.tar.gz
rockbox-1ec35841d61fc19cfcdf0589ffd9c79efc26ee30.zip
Fix yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17444 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/mc13783.h')
-rw-r--r--firmware/export/mc13783.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/mc13783.h b/firmware/export/mc13783.h
index bb8787a9ec..8f1b76cbd5 100644
--- a/firmware/export/mc13783.h
+++ b/firmware/export/mc13783.h
@@ -412,6 +412,7 @@ enum mc13783_regs_enum
412/* TEST3 */ 412/* TEST3 */
413 413
414void mc13783_init(void); 414void mc13783_init(void);
415void mc13783_close(void);
415uint32_t mc13783_set(unsigned address, uint32_t bits); 416uint32_t mc13783_set(unsigned address, uint32_t bits);
416uint32_t mc13783_clear(unsigned address, uint32_t bits); 417uint32_t mc13783_clear(unsigned address, uint32_t bits);
417int mc13783_write(unsigned address, uint32_t data); 418int mc13783_write(unsigned address, uint32_t data);