]> rtime.felk.cvut.cz Git - sysless.git/blobdiff - board/mcs51/ps1/libs/bspbase/bspbase.h
Merge with git://ulan.git.sourceforge.net/gitroot/ulan/sysless
[sysless.git] / board / mcs51 / ps1 / libs / bspbase / bspbase.h
diff --git a/board/mcs51/ps1/libs/bspbase/bspbase.h b/board/mcs51/ps1/libs/bspbase/bspbase.h
new file mode 100644 (file)
index 0000000..99fa3e0
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef _BSPBASE_H
+#define _BSPBASE_H
+
+#include <stdint.h>
+#include <system_def.h>
+#include <cpu_def.h>
+#include <lt_timer_types.h>
+
+//timers
+extern lt_ticks_t DATA sys_timer_ticks;
+
+#define get_sys_timer_ticks() sys_timer_ticks
+
+void setup_board(void);
+
+#endif /* _BSPBASE_H */