Sign in
mojo
/
mojo-testing
/
a3a85dcebaa47d2c5e0cf5f5966a4590368de5ec
/
.
/
fusl
/
include
/
sys
/
klog.h
blob: f3a8115b11080f50c6586da59c496b73eed5907b [
file
]
#ifndef
_SYS_KLOG_H
#define
_SYS_KLOG_H
#ifdef
__cplusplus
extern
"C"
{
#endif
int
klogctl
(
int
,
char
*,
int
);
#ifdef
__cplusplus
}
#endif
#endif