kern: add KAlpha/KBeta

This commit is contained in:
Michael Scire 2020-12-01 16:32:30 -08:00 committed by SciresM
parent e400e2afc7
commit 5da6b60008
8 changed files with 118 additions and 1 deletions

View file

@ -34,6 +34,8 @@ namespace ams::kern::init {
size_t num_KObjectName;
size_t num_KResourceLimit;
size_t num_KDebug;
size_t num_KAlpha;
size_t num_KBeta;
};
NOINLINE void InitializeSlabResourceCounts();