mirror of
https://github.com/tiann/KernelSU.git
synced 2025-02-20 11:43:32 +08:00
11 lines
149 B
C
11 lines
149 B
C
#ifndef __KSU_H_KLOG
|
|
#define __KSU_H_KLOG
|
|
|
|
#include <linux/printk.h>
|
|
|
|
#ifdef pr_fmt
|
|
#undef pr_fmt
|
|
#define pr_fmt(fmt) "KernelSU: " fmt
|
|
#endif
|
|
|
|
#endif |