mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
libc: provide more net-specific header files
This commit is contained in:
@@ -1 +1 @@
|
||||
1f3035bb342960e15effef162cf4d2f50fbb7d7f
|
||||
d8d8c56df0ee6a1c3bd2c08c1f013a1ab7c408a7
|
||||
|
||||
@@ -99,11 +99,13 @@ DIR_CONTENT(include/libc/vm) := \
|
||||
DIRS += include/libc/net
|
||||
DIR_CONTENT(include/libc/net) := \
|
||||
$(addprefix src/lib/libc/sys/net/, if.h if_dl.h if_tun.h if_types.h \
|
||||
radix.h route.h)
|
||||
radix.h route.h \
|
||||
ethernet.h if_arp.h)
|
||||
|
||||
DIRS += include/libc/netinet
|
||||
DIR_CONTENT(include/libc/netinet) := \
|
||||
$(addprefix src/lib/libc/sys/netinet/, in.h in_systm.h ip.h tcp.h)
|
||||
$(addprefix src/lib/libc/sys/netinet/, in.h in_systm.h ip.h tcp.h \
|
||||
udp.h ip_icmp.h if_ether.h)
|
||||
|
||||
DIRS += include/libc/netinet6
|
||||
DIR_CONTENT(include/libc/netinet6) := src/lib/libc/sys/netinet6/in6.h
|
||||
|
||||
Reference in New Issue
Block a user