Sign in
third-party-mirror
/
u-boot
/
5f1e8a4e359b681ff4b7b16bcd0252ff6b64c695
/
.
/
lib
/
fuchsia
/
firmware_sdk
/
arch
/
arm64
/
sysroot
/
include
/
sys
/
klog.h
blob: b182302d8e1d2ed9623a3360a823f48cd1728481 [
file
] [
log
] [
blame
]
#ifndef
SYSROOT_SYS_KLOG_H_
#define
SYSROOT_SYS_KLOG_H_
#ifdef
__cplusplus
extern
"C"
{
#endif
int
klogctl
(
int
,
char
*,
int
);
#ifdef
__cplusplus
}
#endif
#endif
// SYSROOT_SYS_KLOG_H_