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:
parent
1d8679e7ec
commit
bef264264c
5 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "kernel.h"
|
||||
#include "backlight.h"
|
||||
#include "logf.h"
|
||||
#include "adc.h"
|
||||
|
||||
#ifdef ONDA_VX747
|
||||
#define BTN_OFF (1 << 29)
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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) | \
|
||||
|
|
Loading…
Reference in a new issue