umd-livepatch/patch.c
2025-04-04 19:27:24 +02:00

23 lines
250 B
C

#include "io_funcs.h"
#include "patch.h"
lp_UMDiffCommand cmd_buffer[CMD_BUFFER_SIZE];
lp_UMDiffFile
lp_PatchSet_open(const char *path)
{
}
int
lp_PatchSet_covered(lp_UMDiffCommand *ps, u32 offset)
{
}
int
lp_loadCmdsForIndex(long sector)
{
}