11 lines
164 B
C
11 lines
164 B
C
#ifndef _OLOG_KERNEL_H_
|
|
#define _OLOG_KERNEL_H_
|
|
|
|
#include <linux/unistd.h>
|
|
|
|
#define OLOG_CPU_FREQ_FILTER 1500000
|
|
|
|
#define ologk(...)
|
|
#define perflog(...)
|
|
|
|
#endif
|