os: add UnsafeMemory apis

This commit is contained in:
Michael Scire 2023-03-01 03:19:04 -07:00
parent f636596ee2
commit 982389dceb
6 changed files with 147 additions and 0 deletions

View file

@ -29,6 +29,7 @@
#include <stratosphere/os/os_process_memory_api.hpp>
#include <stratosphere/os/os_process_code_memory_api.hpp>
#include <stratosphere/os/os_insecure_memory_api.hpp>
#include <stratosphere/os/os_unsafe_memory_api.hpp>
#include <stratosphere/os/os_random.hpp>
#include <stratosphere/os/os_mutex.hpp>
#include <stratosphere/os/os_condition_variable.hpp>