]> rtime.felk.cvut.cz Git - can-usb1.git/blob - ulan/embedded/board/mcs51/hisc/libs/bspbase/bspbase.h
Initializing repo
[can-usb1.git] / ulan / embedded / board / mcs51 / hisc / libs / bspbase / bspbase.h
1 #ifndef _BSPBASE_H
2 #define _BSPBASE_H
3
4 #include <types.h>
5 #include <system_def.h>
6 #include <cpu_def.h>
7 #include <lt_timer_types.h>
8
9 //timers
10 extern lt_ticks_t DATA sys_timer_ticks;
11
12 #define get_sys_timer_ticks() sys_timer_ticks
13
14
15 void setup_board(void);
16
17 #endif /* _BSPBASE_H */