fssrv: add placeholder for ipc interface

This commit is contained in:
Michael Scire
2021-12-06 13:43:25 -08:00
committed by SciresM
parent 94de5bf4f4
commit 0e08aa0a31
3 changed files with 149 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
#include <stratosphere/fssrv/sf/fssrv_sf_path.hpp>
#include <stratosphere/fssrv/sf/fssrv_sf_ifile.hpp>
#include <stratosphere/fssrv/sf/fssrv_sf_i_event_notifier.hpp>
#include <stratosphere/fssrv/sf/fssrv_sf_i_file_system_proxy.hpp>
#include <stratosphere/fssrv/impl/fssrv_impl_program_index_map_info_manager.hpp>
#include <stratosphere/fssrv/fssrv_access_control.hpp>
#include <stratosphere/fssrv/fssrv_path_normalizer.hpp>