umd-livepatch/rpatch.c
2025-04-02 20:16:43 +02:00

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)
{
}