9 lines
122 B
C
9 lines
122 B
C
#ifndef __KSU_H_KLOG
|
|
#define __KSU_H_KLOG
|
|
|
|
#ifdef pr_fmt
|
|
#undef pr_fmt
|
|
#define pr_fmt(fmt) "KernelSU: " fmt
|
|
#endif
|
|
|
|
#endif |