forked from len0rd/rockbox
Fix yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17444 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0220a5fbc3
commit
1ec35841d6
2 changed files with 2 additions and 0 deletions
|
|
@ -412,6 +412,7 @@ enum mc13783_regs_enum
|
|||
/* TEST3 */
|
||||
|
||||
void mc13783_init(void);
|
||||
void mc13783_close(void);
|
||||
uint32_t mc13783_set(unsigned address, uint32_t bits);
|
||||
uint32_t mc13783_clear(unsigned address, uint32_t bits);
|
||||
int mc13783_write(unsigned address, uint32_t data);
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
#include "serial-imx31.h"
|
||||
#include "debug.h"
|
||||
#include "clkctl-imx31.h"
|
||||
#include "mc13783.h"
|
||||
|
||||
int system_memory_guard(int newmode)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue