summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sys/kdaemon.h
blob: fce169fe6ba19b2c786a97aa4eb95d76e2d179aa (plain)
1
2
3
4
5
6
7
8
9
/* Interfaces to control the various kernel daemons.  */

#ifndef _SYS_KDAEMON_H
#define _SYS_KDAEMON_H

/* Start, flush, or tune the kernel's buffer flushing daemon.  */
extern int bdflush (int func, long data);

#endif /* _SYS_KDAEMON_H */