mirror of
https://github.com/Thesola10/umd-livepatch.git
synced 2025-04-19 14:03:23 +00:00
17 lines
169 B
C
17 lines
169 B
C
#include "io_funcs.h"
|
|
#include "rpatch.h"
|
|
|
|
#include <prototab.h>
|
|
|
|
int
|
|
lp_PatchSet_open(const char *path)
|
|
{
|
|
|
|
}
|
|
|
|
int
|
|
lp_PatchSet_covered(lp_PatchSet *ps, u32 offset)
|
|
{
|
|
|
|
}
|