added config
[nao-ulib.git] / src / all.h
blob039a27debd46ee66088c123d86dd0703e7a48c87
1 /*
2 * nao-ulib
3 * Copyright 2011 Daniel Borkmann <dborkma@tik.ee.ethz.ch>
4 * Subject to the GPL.
5 * Nao-Team HTWK,
6 * Faculty of Computer Science, Mathematics and Natural Sciences,
7 * Leipzig University of Applied Sciences (HTWK Leipzig)
8 */
10 #ifndef NAO_H
11 #define NAO_H
13 #ifndef CODE_IS_GPL
14 #error "Your code is not GPL licensed! You cannot use this lib!"
15 #endif
17 #include "atomic_x86.h"
18 #include "cache_x86.h"
19 #include "comp_x86.h"
20 #include "locking_x86.h"
21 #include "memcpy_x86.h"
22 #include "ticks_x86.h"
23 #include "bithacks.h"
24 #include "mmap_v4l.h"
25 #include "die.h"
26 #include "math2.h"
27 #include "sort.h"
28 #include "psched.h"
29 #include "deflate.h"
30 #include "stacktrace.h"
31 #include "i2c.h"
32 #include "rbtree.h"
33 #include "syslog.h"
34 #include "mtrand.h"
35 #include "naonet.h"
36 #include "notifier.h"
37 #include "rbtree.h"
38 #include "psched.h"
39 #include "rs232.h"
40 #include "signals.h"
41 #include "stacktrace.h"
42 #include "strlcpy.h"
43 #include "syslog.h"
44 #include "urcu.h"
45 #include "write_or_die.h"
46 #include "xmalloc.h"
47 /* tlsf is wrapped via xmalloc_rt */
48 #include "xmalloc_rt.h"
50 #endif /* NAO_H */