You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
Co-authored-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Co-authored-by: liankong <xhsw.new@qq.com> Signed-off-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
6 lines
132 B
C
6 lines
132 B
C
#ifndef ___SUKISU_KPM_COMPACT_H
|
|
#define ___SUKISU_KPM_COMPACT_H
|
|
|
|
unsigned long sukisu_compact_find_symbol(const char* name);
|
|
|
|
#endif |