// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/nekernel-org/nekernel #include #include /// @brief Get launch information. /// @return the launch information structure. CF::CFRef LaunchHelpers::LHGetLaunchInfo(Void) { return static_cast( libsys_syscall_arg_1(libsys_hash_64("__LHGetLaunchInfoRef"))); }