mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19551 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
491ed5ed6a
commit
9ea8840b29
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
#ifndef FMRADIO_I2C_H
|
||||
#define FMRADIO_I2C_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
void fmradio_i2c_init(void);
|
||||
void fmradio_i2c_enable(bool enable);
|
||||
int fmradio_i2c_write(unsigned char address, const unsigned char* buf, int count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue