Sign in
mojo
/
mojo-testing
/
a970ef645f92b4a504bd0f3acb4bbef13a6a5930
/
.
/
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