/* ======================================== Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. ======================================== */ #include #include /// @brief Get launch information. /// @return the launch information structure. LaunchHelpers::LHLaunchInfo* LaunchHelpers::LHGetLaunchInfo(Void) { return static_cast( libsys_syscall_arg_1(libsys_hash_64("__LHGetLaunchInfo"))); }