/* * Copyright (c) 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/>. */ #pragma once #include <vapours/common.hpp> #include <vapours/assert.hpp> #include <vapours/literals.hpp> #include <vapours/util.hpp> #include <vapours/results.hpp> #include <vapours/reg.hpp> #include <vapours/tegra/tegra_ahb_arbc.hpp> #include <vapours/tegra/tegra_apb_misc.hpp> #include <vapours/tegra/tegra_avp_cache.hpp> #include <vapours/tegra/tegra_clkrst.hpp> #include <vapours/tegra/tegra_emc.hpp> #include <vapours/tegra/tegra_evp.hpp> #include <vapours/tegra/tegra_flow_ctlr.hpp> #include <vapours/tegra/tegra_i2c.hpp> #include <vapours/tegra/tegra_i2s.hpp> #include <vapours/tegra/tegra_ictlr.hpp> #include <vapours/tegra/tegra_mc.hpp> #include <vapours/tegra/tegra_mipi_cal.hpp> #include <vapours/tegra/tegra_mselect.hpp> #include <vapours/tegra/tegra_pinmux.hpp> #include <vapours/tegra/tegra_pg_up.hpp> #include <vapours/tegra/tegra_pmc.hpp> #include <vapours/tegra/tegra_pwm.hpp> #include <vapours/tegra/tegra_sb.hpp> #include <vapours/tegra/tegra_sysctr0.hpp> #include <vapours/tegra/tegra_timer.hpp>