kern: add stubbed KDevicePageTable implementation for systems without iommu

This commit is contained in:
fincs
2020-08-10 21:54:13 +02:00
committed by SciresM
parent 8e688de570
commit 68e29b56b6
4 changed files with 83 additions and 2 deletions

View File

@@ -26,6 +26,9 @@
#else
#error "Unknown board for svc::DeviceName"
#include <vapours/svc/board/generic/svc_device_name.hpp>
namespace ams::svc {
using namespace ams::svc::board::generic;
}
#endif