summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/os/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/src/os/main.h')
-rw-r--r--openpcd/firmware/src/os/main.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/openpcd/firmware/src/os/main.h b/openpcd/firmware/src/os/main.h
deleted file mode 100644
index 1adc8f6..0000000
--- a/openpcd/firmware/src/os/main.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#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