summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/os/pit.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/src/os/pit.h')
-rw-r--r--openpcd/firmware/src/os/pit.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/openpcd/firmware/src/os/pit.h b/openpcd/firmware/src/os/pit.h
deleted file mode 100644
index 92426e9..0000000
--- a/openpcd/firmware/src/os/pit.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef _PIT_H
-#define _PIT_H
-
-extern void pit_init(void);
-extern void pit_mdelay(u_int32_t ms);
-
-#endif
personal git repositories of Harald Welte. Your mileage may vary