:github_url: https://github.com/nyx-org/gaia .. _program_listing_file_platform_hal_cpu.hpp: Program Listing for File cpu.hpp ================================ |exhale_lsh| :ref:`Return to documentation for file ` (``platform/hal/cpu.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /* SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include namespace Gaia { struct Cpu; struct Thread; } // namespace Gaia namespace Gaia::Hal { Gaia::Thread *get_current_thread(); void set_current_thread(Gaia::Thread *thread); } // namespace Gaia::Hal