kern: implement KAffinityMask

This commit is contained in:
Michael Scire
2020-01-30 17:07:08 -08:00
parent 059c706f19
commit e25a4ca8d7
2 changed files with 62 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
#pragma once
#include <mesosphere/kern_slab_helpers.hpp>
#include <mesosphere/kern_k_synchronization_object.hpp>
#include <mesosphere/kern_k_affinity_mask.hpp>
namespace ams::kern {