summaryrefslogtreecommitdiff
path: root/src/include-local/os.h
blob: 72062e95e4acf4e16422516dbe73032dba09ca76 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* ISC license. */

#ifndef S6_LINUX_INIT_OS_H
#define S6_LINUX_INIT_OS_H

extern void os_reboot (int) ;
extern void os_kbspecials (int) ;
extern void os_mount_tmpfs (char const *, unsigned int) ;
extern int os_mount_devtmpfs (char const *) ;

#endif