Fusee: Separate kernel patching into its own file.
This commit is contained in:
8
fusee/fusee-secondary/src/kernel_patches.h
Normal file
8
fusee/fusee-secondary/src/kernel_patches.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef FUSEE_KERNEL_PATCHES_H
|
||||
#define FUSEE_KERNEL_PATCHES_H
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
void package2_patch_kernel(void *kernel, size_t kernel_size);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user