tipc: implement framework/server support logic (except for actual processing)

This commit is contained in:
Michael Scire
2021-04-09 00:06:03 -07:00
committed by SciresM
parent e3a65b1405
commit 822875ecf5
7 changed files with 609 additions and 3 deletions

View File

@@ -19,3 +19,7 @@
#include <stratosphere/tipc/tipc_allocators.hpp>
#include <stratosphere/tipc/impl/tipc_impl_command_serialization.hpp>
#include <stratosphere/tipc/impl/tipc_autogen_interface_macros.hpp>
#include <stratosphere/tipc/tipc_object_manager.hpp>
#include <stratosphere/tipc/tipc_server_manager.hpp>