aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorCamil Staps2017-01-31 23:15:28 +0100
committerCamil Staps2017-01-31 23:15:28 +0100
commit631204a1feffa8cf3795060370b14dfb9f53f533 (patch)
tree001d32e0157127607f7c088881f098c2eca841a1 /util.h
Diffstat (limited to 'util.h')
-rw-r--r--util.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/util.h b/util.h
new file mode 100644
index 0000000..f04c424
--- /dev/null
+++ b/util.h
@@ -0,0 +1,7 @@
+#ifndef _H_UTIL
+#define _H_UTIL
+
+void delay_100us(void);
+void delay_10us(void);
+
+#endif