diff options
Diffstat (limited to 'Kernel/NetworkKit/NetworkDevice.hpp')
| -rw-r--r-- | Kernel/NetworkKit/NetworkDevice.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/NetworkKit/NetworkDevice.hpp b/Kernel/NetworkKit/NetworkDevice.hpp index b2c29b62..b3e3103e 100644 --- a/Kernel/NetworkKit/NetworkDevice.hpp +++ b/Kernel/NetworkKit/NetworkDevice.hpp @@ -12,7 +12,7 @@ /// @note Can either work with: Ethernet, GPRS, WiFi -namespace NewOS +namespace Kernel { struct NetworkDeviceCommand; class NetworkDevice; @@ -73,7 +73,7 @@ namespace NewOS /// @brief LTE device. using LTENetworkDevice = NetworkDevice; -} // namespace NewOS +} // namespace Kernel #include <NetworkKit/NetworkDevice.inl> |
