2018-09-07 16:00:13 +01:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018 Atmosphère-NX
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms and conditions of the GNU General Public License,
|
|
|
|
* version 2, as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope it will be useful, but WITHOUT
|
|
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
|
|
* more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
2018-04-22 03:31:06 +01:00
|
|
|
#pragma once
|
|
|
|
|
2018-06-12 23:00:09 +01:00
|
|
|
#include "stratosphere/ipc_templating.hpp"
|
|
|
|
|
2018-04-22 03:31:06 +01:00
|
|
|
#include "stratosphere/iwaitable.hpp"
|
|
|
|
#include "stratosphere/iserviceobject.hpp"
|
2018-04-22 03:57:24 +01:00
|
|
|
#include "stratosphere/iserver.hpp"
|
2018-06-10 18:11:05 +01:00
|
|
|
#include "stratosphere/ipcsession.hpp"
|
2018-04-22 03:31:06 +01:00
|
|
|
#include "stratosphere/servicesession.hpp"
|
|
|
|
#include "stratosphere/serviceserver.hpp"
|
2018-04-22 03:57:24 +01:00
|
|
|
#include "stratosphere/managedportserver.hpp"
|
2018-04-22 07:21:34 +01:00
|
|
|
#include "stratosphere/existingportserver.hpp"
|
2018-05-03 23:15:00 +01:00
|
|
|
|
|
|
|
#include "stratosphere/ievent.hpp"
|
|
|
|
#include "stratosphere/systemevent.hpp"
|
2018-05-04 06:58:25 +01:00
|
|
|
#include "stratosphere/hossynch.hpp"
|
2018-05-03 23:15:00 +01:00
|
|
|
|
2018-04-22 03:57:24 +01:00
|
|
|
#include "stratosphere/waitablemanager.hpp"
|
2018-06-15 00:50:01 +01:00
|
|
|
#include "stratosphere/multithreadedwaitablemanager.hpp"
|