diff options
Diffstat (limited to 'Kernel/Source/Storage/NVMEDeviceInterface.cxx')
| -rw-r--r-- | Kernel/Source/Storage/NVMEDeviceInterface.cxx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Kernel/Source/Storage/NVMEDeviceInterface.cxx b/Kernel/Source/Storage/NVMEDeviceInterface.cxx new file mode 100644 index 00000000..aaaa3eb0 --- /dev/null +++ b/Kernel/Source/Storage/NVMEDeviceInterface.cxx @@ -0,0 +1,15 @@ +/* ------------------------------------------- + + Copyright SoftwareLabs + +------------------------------------------- */ + +#include <StorageKit/NVME.hpp> + +namespace NewOS +{ + const char* NVMEDeviceInterface::Name() const + { + return ("NVMEDeviceInterface"); + } +} // namespace NewOS |
