mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-03-02 16:24:02 +01:00
8 lines
152 B
C
8 lines
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 |