diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/if.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/net/if.h b/include/net/if.h new file mode 100644 index 0000000000..9863dce9aa --- /dev/null +++ b/include/net/if.h @@ -0,0 +1,8 @@ +#ifndef _NET_IF_H + +# include_next <net/if.h> + +libc_hidden_proto (if_nametoindex) +libc_hidden_proto (if_indextoname) + +#endif |