Add missing #includes for the ondas.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20457 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-03-22 15:40:40 +00:00
parent 1d8679e7ec
commit bef264264c
5 changed files with 6 additions and 0 deletions

View file

@ -20,6 +20,8 @@
****************************************************************************/
#include <string.h>
#include "memory.h"
#define LBLOCKSIZE (sizeof(long)/2)
#define UNALIGNED(X) ((long)X & (sizeof(long) - 1))
#define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)

View file

@ -22,6 +22,7 @@
#include "config.h"
#include "jz4740.h"
#include "r61509.h"
#include "lcd.h"
#include "lcd-target.h"
#define PIN_CS_N (32*1+17) /* Chip select */

View file

@ -28,6 +28,7 @@
#include "kernel.h"
#include "backlight.h"
#include "logf.h"
#include "adc.h"
#ifdef ONDA_VX747
#define BTN_OFF (1 << 29)

View file

@ -21,6 +21,7 @@
#include "config.h"
#include "jz4740.h"
#include "lcd.h"
#include "lcd-target.h"
#define PIN_CS_N (32*1+17) /* Chip select */

View file

@ -25,6 +25,7 @@
#include "powermgmt.h"
#include "kernel.h"
#include "logf.h"
#include "adc.h"
#define SADC_CFG_INIT ( \
(2 << SADC_CFG_CLKOUT_NUM_BIT) | \