fusee: Hook up kip/kernel patch support (needs testing).

This commit is contained in:
Michael Scire
2018-10-16 16:17:30 -07:00
parent b78a3f7065
commit 472059134a
4 changed files with 27 additions and 7 deletions

View File

@@ -19,6 +19,6 @@
#include "utils.h"
void package2_patch_kernel(void *kernel, size_t kernel_size);
void package2_patch_kernel(void *kernel, size_t kernel_size, bool is_sd_kernel);
#endif