tipc: first draft object allocation logic

This commit is contained in:
Michael Scire 2021-04-08 15:24:22 -07:00 committed by SciresM
parent 21b883a75c
commit ec988c5a99
6 changed files with 236 additions and 1 deletions

View file

@ -15,4 +15,7 @@
*/
#pragma once
#include <stratosphere/tipc/tipc_service_object.hpp>
#include <stratosphere/tipc/tipc_allocators.hpp>
#include <stratosphere/tipc/impl/tipc_impl_command_serialization.hpp>