mirror of
https://github.com/joel16/uofw.git
synced 2024-11-23 19:49:58 +00:00
17 lines
478 B
C
17 lines
478 B
C
/* Copyright (C) 2011, 2012 The uOFW team
|
|
See the file COPYING for copying permission.
|
|
*/
|
|
|
|
#include "common.h"
|
|
|
|
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*);
|
|
|