summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/klog.h
blob: abacfef9c9df7376a44d9d07f258c2f87385856e (plain)
1
2
3
4
5
6
7
8
#ifndef	_SYS_KLOG_H
#define	_SYS_KLOG_H

#include <sys/cdefs.h>

extern int klogctl (int __type, char *__bufp, int __len) __THROW;

#endif