]> git.corax.cc Git - corax/commit
Add mbuf type and functions to allocate and free them
authorMatthias Kruk <m@m10k.eu>
Fri, 25 Oct 2019 06:45:33 +0000 (15:45 +0900)
committerMatthias Kruk <m@m10k.eu>
Fri, 25 Oct 2019 06:45:33 +0000 (15:45 +0900)
commit6fd95cc03cd02236457d6eb97e86deff3cd45ddf
treee305a2c5c5b3b32b9b1173010358ba16568a38ed
parente4b6c3d91a22b9921fbc356296889d661e200b52
Add mbuf type and functions to allocate and free them
config.h
include/sys/mbuf.h [new file with mode: 0644]
kernel/core/Makefile
kernel/core/mbuf.c [new file with mode: 0644]