mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-05 11:15:07 +01:00
fix compiler warning
This commit is contained in:
parent
eb81f81507
commit
0cf1b66b2e
3
ipc.c
3
ipc.c
@ -4,7 +4,7 @@
|
|||||||
inter-processor communications
|
inter-processor communications
|
||||||
|
|
||||||
Copyright (C) 2008, 2009 Hector Martin "marcan" <marcan@marcansoft.com>
|
Copyright (C) 2008, 2009 Hector Martin "marcan" <marcan@marcansoft.com>
|
||||||
Copyright (C) 2008, 2009 Haxx Enterprises
|
Copyright (C) 2008, 2009 Haxx Enterprises <bushing@gmail.com>
|
||||||
Copyright (C) 2008, 2009 Sven Peter <svenpeter@gmail.com>
|
Copyright (C) 2008, 2009 Sven Peter <svenpeter@gmail.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
@ -31,6 +31,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
#include "ipc.h"
|
#include "ipc.h"
|
||||||
#include "nand.h"
|
#include "nand.h"
|
||||||
#include "sdhcvar.h"
|
#include "sdhcvar.h"
|
||||||
|
#include "sdmmc.h"
|
||||||
#include "crypto.h"
|
#include "crypto.h"
|
||||||
#include "boot2.h"
|
#include "boot2.h"
|
||||||
#include "powerpc.h"
|
#include "powerpc.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user