mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
pl081: Fix r27236 warnings. Need system.h.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27237 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0f47ffe0e4
commit
3f4dfe5c03
1 changed files with 2 additions and 3 deletions
|
|
@ -19,12 +19,11 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "as3525.h"
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "pl081.h"
|
||||
#include "dma-target.h"
|
||||
#include "panic.h"
|
||||
#include "config.h"
|
||||
|
||||
static int dma_used = 0;
|
||||
static void (*dma_callback[2])(void); /* 2 channels */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue