#ifndef _LPORT_PRINT_H_ #define _LPORT_PRINT_H_ #include #define RU_PRINT(...) pr_info(__VA_ARGS__) #endif