summaryrefslogtreecommitdiff
path: root/led/complex1/periodic.h
blob: 77cd69973846a78f25deef7c09907573edbb1863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 *  $Id$
 */

#ifndef __PERIOD_THREADS_h
#define __PERIOD_THREADS_h

#ifdef __cplusplus
extern "C" {
#endif

extern unsigned int PeriodicThreads_Count;


void PeriodicThreads_Start(void);

void PeriodicThreads_Stop(void);

#ifdef __cplusplus
}
#endif

#endif
/* end of include file */