aboutsummaryrefslogtreecommitdiff
path: root/ndelay.h
diff options
context:
space:
mode:
Diffstat (limited to 'ndelay.h')
-rw-r--r--ndelay.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ndelay.h b/ndelay.h
new file mode 100644
index 0000000..60b788c
--- /dev/null
+++ b/ndelay.h
@@ -0,0 +1,7 @@
+#ifndef NDELAY_H
+#define NDELAY_H
+
+extern int ndelay_on(int);
+extern int ndelay_off(int);
+
+#endif