2019-12-09 11:57:37 +00:00
|
|
|
/*
|
2021-10-04 20:59:10 +01:00
|
|
|
* Copyright (c) Atmosphère-NX
|
2019-12-09 11:57:37 +00:00
|
|
|
*
|
|
|
|
* 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/>.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
/* libvapours (pulls in util, svc, results). */
|
|
|
|
#include <vapours.hpp>
|
|
|
|
|
2021-09-12 03:32:14 +01:00
|
|
|
/* Libstratosphere diagnostics. */
|
|
|
|
#include <stratosphere/diag.hpp>
|
|
|
|
|
2020-04-17 09:06:07 +01:00
|
|
|
/* Libstratosphere definitions. */
|
|
|
|
#include <stratosphere/ams/impl/ams_system_thread_definitions.hpp>
|
|
|
|
|
2019-12-09 11:57:37 +00:00
|
|
|
/* Libstratosphere-only utility. */
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/util.hpp>
|
2019-12-09 11:57:37 +00:00
|
|
|
|
2020-03-29 22:43:16 +01:00
|
|
|
/* Sadly required shims. */
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/svc/svc_stratosphere_shims.hpp>
|
2020-03-29 22:43:16 +01:00
|
|
|
|
2019-12-09 11:57:37 +00:00
|
|
|
/* Critical modules with no dependencies. */
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/ams.hpp>
|
|
|
|
#include <stratosphere/os.hpp>
|
|
|
|
#include <stratosphere/dd.hpp>
|
|
|
|
#include <stratosphere/lmem.hpp>
|
|
|
|
#include <stratosphere/mem.hpp>
|
2019-12-09 11:57:37 +00:00
|
|
|
|
2020-03-08 08:06:23 +00:00
|
|
|
/* Pull in all ID definitions from NCM. */
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/ncm/ncm_ids.hpp>
|
2019-12-09 11:57:37 +00:00
|
|
|
|
|
|
|
/* At this point, just include the rest alphabetically. */
|
|
|
|
/* TODO: Figure out optimal order. */
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/boot2.hpp>
|
2020-11-08 12:16:50 +00:00
|
|
|
#include <stratosphere/cal.hpp>
|
2020-04-20 12:37:08 +01:00
|
|
|
#include <stratosphere/capsrv.hpp>
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/cfg.hpp>
|
2020-10-31 23:34:06 +00:00
|
|
|
#include <stratosphere/clkrst.hpp>
|
2021-03-17 00:13:30 +00:00
|
|
|
#include <stratosphere/cs.hpp>
|
2020-10-30 22:36:11 +00:00
|
|
|
#include <stratosphere/ddsf.hpp>
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/dmnt.hpp>
|
|
|
|
#include <stratosphere/erpt.hpp>
|
2020-06-26 19:36:38 +01:00
|
|
|
#include <stratosphere/err.hpp>
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/fatal.hpp>
|
2020-10-30 18:54:30 +00:00
|
|
|
#include <stratosphere/gpio.hpp>
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/hid.hpp>
|
|
|
|
#include <stratosphere/hos.hpp>
|
2021-02-08 02:34:12 +00:00
|
|
|
#include <stratosphere/htc.hpp>
|
|
|
|
#include <stratosphere/htcfs.hpp>
|
|
|
|
#include <stratosphere/htclow.hpp>
|
|
|
|
#include <stratosphere/htcs.hpp>
|
2020-10-31 11:55:11 +00:00
|
|
|
#include <stratosphere/i2c.hpp>
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/kvdb.hpp>
|
|
|
|
#include <stratosphere/ldr.hpp>
|
|
|
|
#include <stratosphere/lr.hpp>
|
2021-09-12 03:32:14 +01:00
|
|
|
#include <stratosphere/lm.hpp>
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/ncm.hpp>
|
|
|
|
#include <stratosphere/nim.hpp>
|
2020-07-08 01:07:23 +01:00
|
|
|
#include <stratosphere/ns.hpp>
|
2021-02-02 08:38:04 +00:00
|
|
|
#include <stratosphere/nsd.hpp>
|
2021-07-20 01:35:00 +01:00
|
|
|
#include <stratosphere/osdbg.hpp>
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/patcher.hpp>
|
2020-11-02 07:04:19 +00:00
|
|
|
#include <stratosphere/pcv.hpp>
|
2020-04-16 01:37:11 +01:00
|
|
|
#include <stratosphere/pgl.hpp>
|
2020-11-09 10:01:29 +00:00
|
|
|
#include <stratosphere/pinmux.hpp>
|
2020-11-03 02:13:36 +00:00
|
|
|
#include <stratosphere/powctl.hpp>
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/psc.hpp>
|
|
|
|
#include <stratosphere/pm.hpp>
|
2020-10-31 23:34:06 +00:00
|
|
|
#include <stratosphere/pwm.hpp>
|
|
|
|
#include <stratosphere/regulator.hpp>
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/ro.hpp>
|
|
|
|
#include <stratosphere/settings.hpp>
|
2021-03-17 00:13:30 +00:00
|
|
|
#include <stratosphere/scs.hpp>
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/sf.hpp>
|
|
|
|
#include <stratosphere/sm.hpp>
|
2021-01-31 01:23:14 +00:00
|
|
|
#include <stratosphere/socket.hpp>
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/spl.hpp>
|
2021-09-16 05:50:06 +01:00
|
|
|
#include <stratosphere/sprofile.hpp>
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/time.hpp>
|
2021-04-08 09:46:16 +01:00
|
|
|
#include <stratosphere/tipc.hpp>
|
2021-02-09 13:37:54 +00:00
|
|
|
#include <stratosphere/tma.hpp>
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/updater.hpp>
|
2021-02-08 00:29:38 +00:00
|
|
|
#include <stratosphere/usb.hpp>
|
2020-10-31 06:57:21 +00:00
|
|
|
#include <stratosphere/wec.hpp>
|
2019-12-09 11:57:37 +00:00
|
|
|
|
|
|
|
/* Include FS last. */
|
2020-04-14 01:07:37 +01:00
|
|
|
#include <stratosphere/fs.hpp>
|
|
|
|
#include <stratosphere/fssrv.hpp>
|
2021-02-08 22:42:03 +00:00
|
|
|
#include <stratosphere/fssystem.hpp>
|
|
|
|
|
|
|
|
/* External modules that we're including. */
|
|
|
|
#include <stratosphere/rapidjson.hpp>
|