summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/os/pit.h
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 18:18:39 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 18:18:39 +0000
commit677e0b6eabbfc87f5728f905ffded6216ee1cb3f (patch)
treee1c65d57fa88c8f2c55ed4ae23d13b03dd756198 /openpcd/firmware/src/os/pit.h
parent29d8974fe20c8d9d35adbcced625d661e51a6c26 (diff)
add PIT support code
git-svn-id: https://svn.openpcd.org:2342/trunk@161 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/src/os/pit.h')
-rw-r--r--openpcd/firmware/src/os/pit.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openpcd/firmware/src/os/pit.h b/openpcd/firmware/src/os/pit.h
new file mode 100644
index 0000000..92426e9
--- /dev/null
+++ b/openpcd/firmware/src/os/pit.h
@@ -0,0 +1,7 @@
+#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