summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources/Storage/NVMEDeviceInterface.cxx
blob: 22c9c9d0033ae62dbb3ab5bac69a4184ba7d21b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* -------------------------------------------

	Copyright SoftwareLabs

------------------------------------------- */

#include <StorageKit/NVME.hpp>

namespace NewOS
{
	const char* NVMEDeviceInterface::Name() const
	{
		return ("NVMEDeviceInterface");
	}
} // namespace NewOS