2012-05-06 20:14:38 +00:00
|
|
|
/* Copyright (C) 2011, 2012 The uOFW team
|
|
|
|
See the file COPYING for copying permission.
|
|
|
|
*/
|
|
|
|
|
2012-08-23 13:37:32 +00:00
|
|
|
#include "common_header.h"
|
2012-05-06 20:14:38 +00:00
|
|
|
|
|
|
|
int sceKernelDmaOpQuit(u32*);
|
|
|
|
int sceKernelDmaOpAssign(u32*, int, int, int, int);
|
|
|
|
int sceKernelDmaOpSetCallback(u32*, int (*)(int, int), int);
|
|
|
|
int sceKernelDmaOpSetupLink(u32*, int, u32*);
|
|
|
|
int sceKernelDmaOpEnQueue(u32*);
|
|
|
|
int sceKernelDmaOpDeQueue(u32*);
|
|
|
|
u32 *sceKernelDmaOpAlloc(void);
|
|
|
|
int sceKernelDmaOpFree(u32*);
|
|
|
|
int DmacManForKernel_E18A93A5(void*, void*);
|
|
|
|
|