]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/net/tcp_memcontrol.h
Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[karo-tx-linux.git] / include / net / tcp_memcontrol.h
1 #ifndef _TCP_MEMCG_H
2 #define _TCP_MEMCG_H
3
4 struct cgroup_subsys;
5 struct mem_cgroup;
6
7 int tcp_init_cgroup(struct mem_cgroup *memcg, struct cgroup_subsys *ss);
8 void tcp_destroy_cgroup(struct mem_cgroup *memcg);
9 #endif /* _TCP_MEMCG_H */