aboutsummaryrefslogtreecommitdiffstats
path: root/src/include-local/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include-local/os.h')
-rw-r--r--src/include-local/os.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include-local/os.h b/src/include-local/os.h
new file mode 100644
index 0000000..72062e9
--- /dev/null
+++ b/src/include-local/os.h
@@ -0,0 +1,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