Kernel/include/net/tcp.hpp
2022-12-24 06:24:10 +02:00

11 lines
146 B
C++

#ifndef __FENNIX_KERNEL_TCP_H__
#define __FENNIX_KERNEL_TCP_H__
#include <types.h>
namespace NetworkTCP
{
}
#endif // !__FENNIX_KERNEL_TCP_H__