]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/net/tcp_memcontrol.h
Merge tag 'for-4.5' of git://git.osdn.jp/gitroot/uclinux-h8/linux
[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 */