mirror of
https://github.com/Thesola10/umd-livepatch.git
synced 2025-04-19 22:13:22 +00:00
10 lines
126 B
C
10 lines
126 B
C
#ifndef __RPATCH_H
|
|
#define __RPATCH_H
|
|
|
|
#include "umdiff/umdiff.h"
|
|
|
|
int
|
|
lp_loadCmdsForIndex(long sector);
|
|
|
|
#endif //__RPATCH_H
|