mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Sansa AMS: declare ascodec_init() function in the header
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19077 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
02dfae031a
commit
d4c4faaec8
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@
|
||||||
|
|
||||||
#include "as3514.h"
|
#include "as3514.h"
|
||||||
|
|
||||||
|
void ascodec_init(void);
|
||||||
|
|
||||||
int ascodec_write(unsigned int index, unsigned int value);
|
int ascodec_write(unsigned int index, unsigned int value);
|
||||||
|
|
||||||
int ascodec_read(unsigned int index);
|
int ascodec_read(unsigned int index);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue