From 27585af8ea93d05e8b8a0c2c5faa7de483fb9859 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 7 Jan 2026 11:11:24 +0100 Subject: feat! kernel/boot: standalone release prep and huge kernel improvements. Signed-off-by: Amlal El Mahrouss --- src/kernel/StorageKit/AHCI.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/kernel/StorageKit/AHCI.h') diff --git a/src/kernel/StorageKit/AHCI.h b/src/kernel/StorageKit/AHCI.h index 2ac0032d..2b2988fc 100644 --- a/src/kernel/StorageKit/AHCI.h +++ b/src/kernel/StorageKit/AHCI.h @@ -15,8 +15,9 @@ namespace Kernel { /// @note The class is derived from the IDevice class. class AHCIDeviceInterface NE_DEVICE { public: - explicit AHCIDeviceInterface(void (*out)(IDevice* self, IMountpoint* out), - void (*in)(IDevice* self, IMountpoint* in)); + AHCIDeviceInterface() = default; + AHCIDeviceInterface(void (*out)(IDevice* self, IMountpoint* out), + void (*in)(IDevice* self, IMountpoint* in)); virtual ~AHCIDeviceInterface() override; -- cgit v1.2.3