From dd192787a70a973f2474720aea49af3f6ddabb7a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 26 Jan 2024 19:17:00 +0100 Subject: h-core: Breaking kernel changes, IDevice becomes DeviceInterface, the UPT is Read Only by default. DebugManager allocates space for users by default (for a debug message) Update PEF enum kPefArch. Move Seeker into the /Services directory. Complete merge of SupportKit to KernelKit. Signed-off-by: Amlal El Mahrouss --- NetworkKit/NetworkDevice.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NetworkKit/NetworkDevice.hpp') diff --git a/NetworkKit/NetworkDevice.hpp b/NetworkKit/NetworkDevice.hpp index fd6b1d2b..ce4361a9 100644 --- a/NetworkKit/NetworkDevice.hpp +++ b/NetworkKit/NetworkDevice.hpp @@ -17,7 +17,7 @@ namespace hCore { struct NetworkDeviceCommand; - class NetworkDevice final : public IDevice + class NetworkDevice final : public DeviceInterface { public: NetworkDevice(void(*out)(NetworkDeviceCommand), void(*in)(NetworkDeviceCommand), -- cgit v1.2.3