1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-06 04:01:44 +00:00
Atmosphere/fusee/fusee-secondary/src/kernel_patches.h
2018-06-02 16:06:31 -06:00

8 lines
No EOL
152 B
C

#ifndef FUSEE_KERNEL_PATCHES_H
#define FUSEE_KERNEL_PATCHES_H
#include "utils.h"
void package2_patch_kernel(void *kernel, size_t kernel_size);
#endif