sukisu/kernel/klog.h

12 lines
150 B
C
Raw Normal View History

2025-11-20 21:30:08 +01:00
#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