summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/os/main.h
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 01:08:38 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 01:08:38 +0000
commit520784c7ba6a8325e413a293ab11840d982ba87d (patch)
tree44ee93d44102d47014c6ff696ebc93e8de402e01 /openpcd/firmware/src/os/main.h
parentb0317c72667378333e1008c49559e974f3e7c15d (diff)
- major reorganization, split source tree in
- os: core "operating system" - pcd: PCD (reader) side - picc: PICC (transponder) side - rewrite linker script almost from scratch (for correct DFU operation) git-svn-id: https://svn.openpcd.org:2342/trunk@142 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/src/os/main.h')
-rw-r--r--openpcd/firmware/src/os/main.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/openpcd/firmware/src/os/main.h b/openpcd/firmware/src/os/main.h
new file mode 100644
index 0000000..1adc8f6
--- /dev/null
+++ b/openpcd/firmware/src/os/main.h
@@ -0,0 +1,8 @@
+#ifndef _MAIN_H
+#define _MAIN_H
+
+extern void _init_func(void);
+extern int _main_dbgu(char key);
+extern void _main_func(void);
+
+#endif
personal git repositories of Harald Welte. Your mileage may vary