aboutsummaryrefslogtreecommitdiff
path: root/inc/linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/linux.h')
-rw-r--r--inc/linux.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/linux.h b/inc/linux.h
new file mode 100644
index 0000000..2d45f64
--- /dev/null
+++ b/inc/linux.h
@@ -0,0 +1,6 @@
+#ifndef LINUX_H
+#define LINUX_H
+
+int linux_call(void);
+
+#endif