1#pragma once
2
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7int klogctl(int, char*, int);
8
9#ifdef __cplusplus
10}
11#endif
12