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