:github_url: https://github.com/nyx-org/gaia .. _program_listing_file_kernel_main.hpp: Program Listing for File main.hpp ================================= |exhale_lsh| :ref:`Return to documentation for file ` (``kernel/main.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /* SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include #include #include namespace Gaia { Result main(Charon charon); Charon &charon(); } // namespace Gaia