Change-Id: Iae93122929b9cb992bdfc714fd34711e86dd1602 Signed-off-by: Samuel Pascua <pascua.samuel.14@gmail.com>
12 lines
150 B
C
12 lines
150 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
|