mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-16 08:04:23 -04:00
kern: Implement KAutoObject, KSlabHeap, KLightLock
This commit is contained in:
parent
bb4ade30e4
commit
2faf3d33b5
16 changed files with 923 additions and 5 deletions
|
@ -43,8 +43,13 @@
|
|||
#include "mesosphere/kern_k_memory_manager.hpp"
|
||||
#include "mesosphere/kern_k_interrupt_task_manager.hpp"
|
||||
#include "mesosphere/kern_k_core_local_region.hpp"
|
||||
#include "mesosphere/kern_k_slab_heap.hpp"
|
||||
#include "mesosphere/kern_k_light_lock.hpp"
|
||||
#include "mesosphere/kern_kernel.hpp"
|
||||
|
||||
/* Auto Objects. */
|
||||
#include "mesosphere/kern_k_auto_object.hpp"
|
||||
|
||||
/* Supervisor Calls. */
|
||||
#include "mesosphere/kern_svc.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue