mirror of
https://github.com/CTCaer/hekate
synced 2024-11-16 17:09:27 +00:00
9 lines
171 B
C
9 lines
171 B
C
|
#ifndef FUSEE_KERNEL_PATCHES_H
|
||
|
#define FUSEE_KERNEL_PATCHES_H
|
||
|
|
||
|
#include "gfx.h"
|
||
|
|
||
|
void package2_patch_kernel(gfx_con_t* gfx_con, void *kernel, size_t kernel_size);
|
||
|
|
||
|
#endif
|