Fusee: Separate kernel patching into its own file.

This commit is contained in:
Michael Scire
2018-06-02 14:48:40 -06:00
parent 7a27322044
commit 1ba8a92030
3 changed files with 18 additions and 6 deletions

View 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