Files
LM 03d016fd31 etaHEN Goes Open Source
etaHEN Goes Open Source

clean tmp files

....
2025-09-07 11:10:19 -04:00

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