diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2024-10-20 11:24:58 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2024-10-20 11:24:58 +0000 |
| commit | f4a14572a661b1f2bac283615d5b070408b382f7 (patch) | |
| tree | 223941d9440eacf7d4f36a7a29909a5503d15eaf /arch/x86_64/include | |
| parent | f47f1468c8c281ee9603b7669f5e685e5f36fa3f (diff) | |
| download | teachos-f4a14572a661b1f2bac283615d5b070408b382f7.tar.xz teachos-f4a14572a661b1f2bac283615d5b070408b382f7.zip | |
fix syntax
Diffstat (limited to 'arch/x86_64/include')
| -rw-r--r-- | arch/x86_64/include/arch/memory/paging/page_mapper.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/include/arch/memory/paging/page_mapper.hpp b/arch/x86_64/include/arch/memory/paging/page_mapper.hpp index 5960aaf..c82b08c 100644 --- a/arch/x86_64/include/arch/memory/paging/page_mapper.hpp +++ b/arch/x86_64/include/arch/memory/paging/page_mapper.hpp @@ -41,8 +41,8 @@ namespace teachos::arch::memory::paging * @param frame * @param flags */ - auto map_page_to_frame(memory::allocator::area_frame_allocator & allocator, const virtual_page & page, - const memory::allocator::physical_frame & frame, entry::bitset flags) -> void; + auto map_page_to_frame(memory::allocator::area_frame_allocator & allocator, virtual_page const & page, + memory::allocator::physical_frame const & frame, entry::bitset flags) -> void; } // namespace teachos::arch::memory::paging #endif
\ No newline at end of file |
