Wed May 29 00:57:37 1996 David Mosberger-Tang <davidm@azstarnet.com>
[platform/upstream/glibc.git] / sysdeps / unix / sysv / linux / sys / kdaemon.h
1 /* Interfaces to control the various kernel daemons.  */
2
3 #ifndef _SYS_KDAEMON_H
4 #define _SYS_KDAEMON_H
5
6 /* Start, flush, or tune the kernel's buffer flushing daemon.  */
7 extern int bdflush (int func, long data);
8
9 #endif /* _SYS_KDAEMON_H */