mirror of
https://github.com/etaHEN/etaHEN.git
synced 2026-01-17 21:41:32 +08:00
12 lines
208 B
C
12 lines
208 B
C
#pragma once
|
|
#ifndef PATCHING_H
|
|
#define PATCHING_H
|
|
|
|
#include "patches/patch_common.h"
|
|
|
|
// int install_hook(hook_id id, void *func);
|
|
|
|
int apply_kernel_patches();
|
|
// int apply_test_hook();
|
|
|
|
#endif // PATCHING_H
|