Skip to content
This repository has been archived by the owner on Oct 13, 2019. It is now read-only.

Commit

Permalink
Update memory.h
Browse files Browse the repository at this point in the history
  • Loading branch information
CTurt committed Apr 16, 2016
1 parent 8e3575c commit da5c103
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libPS4/include/memory.h
Expand Up @@ -46,6 +46,8 @@ void *mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset);
int munmap(void *addr, size_t len);
int mprotect(void *addr, size_t len, int prot);
int msync(void *addr, size_t len, int flags);
int mlock(void *addr, size_t len);
int munlock(void *addr, size_t len);

int getMemoryInfo(void *address, struct memoryRegionInfo *destination);
int getOtherMemoryInfo(void *address, int nextMatchIfUnmapped, struct otherMemoryRegionInfo *destination);

0 comments on commit da5c103

Please sign in to comment.