mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-11-01 16:48:51 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
13
include/net/netns/unix.h
Normal file
13
include/net/netns/unix.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Unix network namespace
|
||||
*/
|
||||
#ifndef __NETNS_UNIX_H__
|
||||
#define __NETNS_UNIX_H__
|
||||
|
||||
struct ctl_table_header;
|
||||
struct netns_unix {
|
||||
int sysctl_max_dgram_qlen;
|
||||
struct ctl_table_header *ctl;
|
||||
};
|
||||
|
||||
#endif /* __NETNS_UNIX_H__ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue