1 2 3 4 5 6 7 8 9 10 11 12
#ifndef TEACHOS_KAPI_MEMORY_HPP #define TEACHOS_KAPI_MEMORY_HPP #include "kapi/memory/address.hpp" // IWYU pragma: export #include "kapi/memory/frame.hpp" // IWYU pragma: export namespace teachos::memory { auto init() -> void; } // namespace teachos::memory #endif