Kartikeya Bajpai is currently a Team Lead Sales & Marketing for Knocksense and a Digital Marketing Manager for Self Employed. Previously, they were an Operations Manager for Digital Salvation, where they empowered solutions through customer-focused strategy. Additionally, they were a Business Development Manager for Wildpunch Design.
/*
* Copyright (c) 2018-2020 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.hpp>
#include <stratosphere/sf.hpp>
#include <stratosphere/ldr/ldr_types.hpp>
#include <stratosphere/ldr/ldr_ro_module.hpp>
namespace ams::ldr {
class RoModule : public RoModuleBase {
NON_COPYABLE(RoModule);
NON_MOVEABLE(RoModule);
private:
sf::cmif::DomainObjectId domain_object_id;
sf::cmif::PointerAndSize<u8> ro_memory;
sf::cmif::PointerAndSize<u8> rw_memory;
sf::cmif::PointerAndSize<u8> bss_memory;
sf::cmif::PointerAndSize<u8> debug_memory;
sf::cmif::PointerAndSize<u8> debug_ro_memory;
sf::cmif::PointerAndSize<u8> debug_rw_memory;
sf::cmif::PointerAndSize<u8> debug_bss_memory;
sf::cmif::PointerAndSize<u8> module_heap_memory;
sf::cmif::PointerAndSize<u8> module_heap_memory_debug;
Sign up to view 0 direct reports
Get started