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