mirror of
https://github.com/joel16/uofw.git
synced 2024-11-23 11:39:50 +00:00
d5f989a8d2
libatrac3plus exports, sysmem export fixes, various cleans a bit everywhere
17 lines
485 B
C
17 lines
485 B
C
/* Copyright (C) 2011, 2012 The uOFW team
|
|
See the file COPYING for copying permission.
|
|
*/
|
|
|
|
#include "common_header.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*);
|
|
|