From 1172c1e817d26d5f9bb0ec289dd9a71aadf2759c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 20 Apr 2021 00:00:22 +0000 Subject: Add portability infrastructure --- src/include-local/os.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/include-local/os.h (limited to 'src/include-local/os.h') 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 -- cgit v1.3.1