NetBurner 3.5.6
PDF Version
fdtimer.h
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
5#ifndef _FDTIMER_H_
6#define _FDTIMER_H_
7
8/*
9 ******************************************************************************
10 *
11 * Global data definitions
12 *
13 ******************************************************************************
14 */
15extern volatile int fd_notify[NB_FACTORY_SERIAL_PORTS];
16extern volatile int fd_tick_left[NB_FACTORY_SERIAL_PORTS];
17extern volatile int FD_shutdown;
18
19/*
20 ******************************************************************************
21 *
22 * Functions
23 *
24 ******************************************************************************
25 */
26void SetUpFdtimer(void);
27void SetTicks(int n, int ticks);
28
29#endif /* _FDTIMER_H_ */