uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
memlmd.h
1/* Copyright (C) 2011, 2012, 2013 The uOFW team
2 See the file COPYING for copying permission.
3*/
4
5/*
6 * memlmd.h
7 */
8
9#ifndef MEMLMD_H
10#define MEMLMD_H
11
12#include "common_header.h"
13
14#include <crypto/kirk.h>
15
17#define MEMLMD_MODULE_NAME "memlmd"
18
29s32 memlmd_EF73E85B(u8 *prx, u32 size, u32 * newSize);
30
38s32 memlmd_2AE425D2(u32 unk);
39
47s32 memlmd_9D36A439(u32 unk);
48
59s32 memlmd_F26A33C3(u32 unk, vs32 *hashAddr);
60
70s32 memlmd_CF03556B(u8 *prx, u32 size, u32 * newSize);
71
81s32 memlmd_6192F715(u8 *addr, u32 size);
82
88s32 memlmd_2F3D7E2D(void);
89
102int sceUtilsBufferCopyWithRange(u8* outbuff, int outsize, u8* inbuff, int insize, int cmd);
103int sceUtilsBufferCopyByPollingWithRange(u8* outbuff, int outsize, u8* inbuff, int insize, int cmd);
104int sceUtilsBufferCopy(u8* outbuff, u8 *inbuff, int cmd);
105int sceUtilsBufferCopyByPolling(u8* outbuff, u8 *inbuff, int cmd);
106
107#endif /* MEMLMD_H */
108