summaryrefslogtreecommitdiff
path: root/fifo.h
diff options
context:
space:
mode:
Diffstat (limited to 'fifo.h')
-rw-r--r--fifo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fifo.h b/fifo.h
new file mode 100644
index 0000000..2c5469b
--- /dev/null
+++ b/fifo.h
@@ -0,0 +1,6 @@
+#ifndef FIFO_H
+#define FIFO_H
+
+extern int fifo_make();
+
+#endif