mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-08 13:59:21 +00:00
🎉Implemented networking🎉
This commit is contained in:
10
include/net/tcp.hpp
Normal file
10
include/net/tcp.hpp
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef __FENNIX_KERNEL_TCP_H__
|
||||
#define __FENNIX_KERNEL_TCP_H__
|
||||
|
||||
#include <types.h>
|
||||
|
||||
namespace NetworkTCP
|
||||
{
|
||||
}
|
||||
|
||||
#endif // !__FENNIX_KERNEL_TCP_H__
|
Reference in New Issue
Block a user