1570af302Sopenharmony_ci#ifndef _SYS_KLOG_H 2570af302Sopenharmony_ci#define _SYS_KLOG_H 3570af302Sopenharmony_ci 4570af302Sopenharmony_ci#ifdef __cplusplus 5570af302Sopenharmony_ciextern "C" { 6570af302Sopenharmony_ci#endif 7570af302Sopenharmony_ci 8570af302Sopenharmony_ciint klogctl (int, char *, int); 9570af302Sopenharmony_ci 10570af302Sopenharmony_ci#ifdef __cplusplus 11570af302Sopenharmony_ci} 12570af302Sopenharmony_ci#endif 13570af302Sopenharmony_ci 14570af302Sopenharmony_ci#endif 15