1
0
Fork 0
forked from len0rd/rockbox

Some header file / static function fixes for creative zvm

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18479 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2008-09-10 19:03:49 +00:00
parent 7f71041031
commit 5a0c3ec9e2
3 changed files with 5 additions and 3 deletions

View file

@ -19,7 +19,8 @@
*
****************************************************************************/
#include "cpu.h"
#include "cpu.h"
#include "adc.h"
#include "adc-target.h"
#include "kernel.h"

View file

@ -274,8 +274,8 @@ void GIO0(void)
#endif
}
void send_command_to_pic(const unsigned char in, unsigned char* out,
const unsigned int length)
static void send_command_to_pic(const unsigned char in, unsigned char* out,
const unsigned int length)
{
/* Disable GIO0 interrupt */
IO_INTC_EINT1 &= ~INTR_EINT1_EXT0;

View file

@ -23,6 +23,7 @@
#include "system.h"
#include "string.h"
#include "panic.h"
#include "uart-target.h"
#define MAX_UART_BUFFER 31
#define SEND_RING_SIZE 256