Fusee: Separate kernel patching into its own file.
This commit is contained in:
9
fusee/fusee-secondary/src/kernel_patches.c
Normal file
9
fusee/fusee-secondary/src/kernel_patches.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <string.h>
|
||||
#include "utils.h"
|
||||
#include "kernel_patches.c"
|
||||
|
||||
void package2_patch_kernel(void *kernel, size_t size) {
|
||||
(void)kernel;
|
||||
(void)size;
|
||||
/* TODO: What kind of patching do we want to try to do here? */
|
||||
}
|
||||
Reference in New Issue
Block a user