summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/StorageKit/NVME.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-07 11:11:24 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-07 11:12:10 +0100
commit27585af8ea93d05e8b8a0c2c5faa7de483fb9859 (patch)
tree29f83a2dbdf000e673cacb9373a3a7d631cf5adf /src/kernel/StorageKit/NVME.h
parentbd1598a2b97277e527240f721df14911602cbf11 (diff)
feat! kernel/boot: standalone release prep and huge kernel improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/StorageKit/NVME.h')
-rw-r--r--src/kernel/StorageKit/NVME.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/StorageKit/NVME.h b/src/kernel/StorageKit/NVME.h
index d11a2084..69bd7642 100644
--- a/src/kernel/StorageKit/NVME.h
+++ b/src/kernel/StorageKit/NVME.h
@@ -11,8 +11,8 @@
namespace Kernel {
class NVMEDeviceInterface final NE_DEVICE<IMountpoint*> {
public:
- explicit NVMEDeviceInterface(Void (*out)(IDevice*, IMountpoint* out_packet),
- Void (*in)(IDevice*, IMountpoint* in_packet), Void (*cleanup)(Void));
+ NVMEDeviceInterface(Void (*out)(IDevice*, IMountpoint* out_packet),
+ Void (*in)(IDevice*, IMountpoint* in_packet), Void (*cleanup)(Void));
~NVMEDeviceInterface() override;