From ee7cd3e6b622a8c40236ac26270e369bc28af007 Mon Sep 17 00:00:00 2001 From: pk33 Date: Sun, 3 Nov 2024 01:39:28 +0100 Subject: modesetting tweaks --- musl/sys/klog.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 musl/sys/klog.h (limited to 'musl/sys/klog.h') diff --git a/musl/sys/klog.h b/musl/sys/klog.h new file mode 100644 index 0000000..aa66684 --- /dev/null +++ b/musl/sys/klog.h @@ -0,0 +1,14 @@ +#ifndef _SYS_KLOG_H +#define _SYS_KLOG_H + +#ifdef __cplusplus +extern "C" { +#endif + +int klogctl (int, char *, int); + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.3