summaryrefslogtreecommitdiffhomepage
path: root/Kernel/NetworkKit/NetworkDevice.hpp
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-05-23 07:53:50 +0000
committerAmlal <amlalelmahrouss@icloud.com>2024-05-23 07:53:50 +0000
commitf5081a8f9a8537ad5be5d639955cd1d0e68a9e1d (patch)
treec9305701aa2d4ee0235c85c67cd6633e5763ec21 /Kernel/NetworkKit/NetworkDevice.hpp
parentca675beb41dba8d7d16c5793b55d1672f38be3b4 (diff)
parent06b1a4bb12b4043b606d8bb0d55942d636c6833e (diff)
Merged in MHR-23 (pull request #13)
MHR-23
Diffstat (limited to 'Kernel/NetworkKit/NetworkDevice.hpp')
-rw-r--r--Kernel/NetworkKit/NetworkDevice.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/Kernel/NetworkKit/NetworkDevice.hpp b/Kernel/NetworkKit/NetworkDevice.hpp
index b00ce7a6..ecbc80b7 100644
--- a/Kernel/NetworkKit/NetworkDevice.hpp
+++ b/Kernel/NetworkKit/NetworkDevice.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright SoftwareLabs
------------------------------------------- */
@@ -16,8 +16,8 @@ namespace NewOS
class NetworkDevice;
/**
-* \brief Network device interface, establishes a connection to the NIC.
-*/
+ * \brief Network device interface, establishes a connection to the NIC.
+ */
class NetworkDevice final : public DeviceInterface<NetworkDeviceCommand>
{
public:
@@ -56,8 +56,8 @@ namespace NewOS
/// @brief PPP device.
using PPPNetworkDevice = NetworkDevice;
- /// @brief HPC device.
- using HPCNetworkDevice = NetworkDevice;
+ /// @brief IPCEP device.
+ using IPCEPNetworkDevice = NetworkDevice;
} // namespace NewOS
#include <NetworkKit/NetworkDevice.inl>