forked from len0rd/rockbox
Made rolo.h consistent with rolo.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17310 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ba39a5c110
commit
2124a9fad0
2 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
#ifndef __ROLO_H__
|
#ifndef __ROLO_H__
|
||||||
#define __ROLO_H__
|
#define __ROLO_H__
|
||||||
|
|
||||||
void rolo_load(char* file);
|
int rolo_load(const char* file);
|
||||||
|
|
||||||
#ifdef CPU_PP
|
#ifdef CPU_PP
|
||||||
void rolo_restart_cop(void);
|
void rolo_restart_cop(void);
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
#include "adc.h"
|
#include "adc.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
|
#include "rolo.h"
|
||||||
|
|
||||||
#ifdef MI4_FORMAT
|
#ifdef MI4_FORMAT
|
||||||
#include "crc32-mi4.h"
|
#include "crc32-mi4.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue