forked from len0rd/rockbox
Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#11189 by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28425 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
40ed5f57d9
commit
56c4e9fa60
23 changed files with 452 additions and 364 deletions
|
|
@ -45,7 +45,7 @@
|
|||
#include "settings.h"
|
||||
#ifndef SIMULATOR
|
||||
#include "i2c.h"
|
||||
#include "mas.h"
|
||||
#include "mas35xx.h"
|
||||
#include "system.h"
|
||||
#include "usb.h"
|
||||
#include "file.h"
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
#endif /* !SIMULATOR */
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "lcd.h"
|
||||
#endif
|
||||
#endif /* CONFIG_CODEC != SWCODEC */
|
||||
|
||||
#define MPEG_SWAP_CHUNKSIZE 0x2000
|
||||
#define MPEG_HIGH_WATER 2 /* We leave 2 bytes empty because otherwise we
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue