#ifndef __KSU_H_KLOG #define __KSU_H_KLOG #include #ifdef pr_fmt #undef pr_fmt #define pr_fmt(fmt) "KernelSU: " fmt #endif #endif