kern: implement KUnsafeMemory

This commit is contained in:
Michael Scire 2020-04-26 02:35:10 -07:00
parent 7bc0250cea
commit 970b85bf9a
4 changed files with 86 additions and 0 deletions

View file

@ -79,6 +79,7 @@
/* More Miscellaneous objects. */
#include <mesosphere/kern_k_object_name.hpp>
#include <mesosphere/kern_k_unsafe_memory.hpp>
#include <mesosphere/kern_k_scoped_resource_reservation.hpp>
/* Supervisor Calls. */