1
0
Fork 0
forked from len0rd/rockbox

Add missing kernel.h includes (hopefully all of them).

Change-Id: I9c1825296a788587b8d494d8514b3314847b0ff0
This commit is contained in:
Thomas Martitz 2014-01-05 20:32:09 +01:00
parent 2f4a94189d
commit 22a28f9caa
30 changed files with 66 additions and 19 deletions

View file

@ -19,11 +19,12 @@
*
****************************************************************************/
#include "system.h"
#include "kernel.h"
#include "audiohw.h"
#include "df1704.h"
#include "pca9555.h"
#include "i2c-rk27xx.h"
#include "system.h"
void df1704_set_ml_dir(const int dir)
{

View file

@ -20,6 +20,7 @@
****************************************************************************/
#include "system.h"
#include "kernel.h"
#include "i2c-rk27xx.h"
#include "pca9555.h"

View file

@ -19,7 +19,9 @@
* KIND, either express or implied.
*
****************************************************************************/
#include "system.h"
#include "kernel.h"
#include "audio.h"
#include "string.h"
#include "panic.h"