hekate/ipl/fusee_kernel_patches.h

9 lines
171 B
C
Raw Normal View History

#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