You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
10 lines
143 B
C
10 lines
143 B
C
#ifndef __KSU_H_KSU_CORE
|
|
#define __KSU_H_KSU_CORE
|
|
|
|
#include <linux/init.h>
|
|
|
|
void __init ksu_core_init(void);
|
|
void ksu_core_exit(void);
|
|
|
|
#endif
|