GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / cgroup_subsys.h
blobccefff02b6cb005123c4b904e06116cb3a850474
1 /* Add subsystem definitions of the form SUBSYS(<name>) in this
2 * file. Surround each one by a line of comment markers so that
3 * patches don't collide
4 */
6 /* */
8 /* */
10 #ifdef CONFIG_CPUSETS
11 SUBSYS(cpuset)
12 #endif
14 /* */
16 #ifdef CONFIG_CGROUP_DEBUG
17 SUBSYS(debug)
18 #endif
20 /* */
22 #ifdef CONFIG_CGROUP_NS
23 SUBSYS(ns)
24 #endif
26 /* */
28 #ifdef CONFIG_CGROUP_SCHED
29 SUBSYS(cpu_cgroup)
30 #endif
32 /* */
34 #ifdef CONFIG_CGROUP_CPUACCT
35 SUBSYS(cpuacct)
36 #endif
38 /* */
40 #ifdef CONFIG_CGROUP_MEM_RES_CTLR
41 SUBSYS(mem_cgroup)
42 #endif
44 /* */
46 #ifdef CONFIG_CGROUP_DEVICE
47 SUBSYS(devices)
48 #endif
50 /* */
52 #ifdef CONFIG_CGROUP_FREEZER
53 SUBSYS(freezer)
54 #endif
56 /* */
58 #ifdef CONFIG_NET_CLS_CGROUP
59 SUBSYS(net_cls)
60 #endif
62 /* */
64 #ifdef CONFIG_BLK_CGROUP
65 SUBSYS(blkio)
66 #endif
68 /* */