feat: add ethernet & TCP/IP stack
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Net.hpp
|
||||
* Network stack initialization
|
||||
* Copyright (c) 2025 Daniel Hammer
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace Net {
|
||||
|
||||
// Initialize the entire networking stack
|
||||
void Initialize();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user