umd-livepatch/rpatch.c
2025-04-02 21:50:50 +02:00

15 lines
146 B
C

#include "io_funcs.h"
#include "rpatch.h"
int
lp_PatchSet_open(const char *path)
{
}
int
lp_PatchSet_covered(lp_PatchSet *ps, u32 offset)
{
}