mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-12-31 11:45:34 +01:00
clang-format
This commit is contained in:
parent
153205edbb
commit
e35644c005
25 changed files with 54 additions and 63 deletions
|
|
@ -95,10 +95,8 @@ MemoryRegionInfo* GetMemoryRegion(MemoryRegion region) {
|
|||
}
|
||||
}
|
||||
|
||||
void HandleSpecialMapping(VMManager& address_space, const AddressMapping& mapping) {
|
||||
}
|
||||
void HandleSpecialMapping(VMManager& address_space, const AddressMapping& mapping) {}
|
||||
|
||||
void MapSharedPages(VMManager& address_space) {
|
||||
}
|
||||
void MapSharedPages(VMManager& address_space) {}
|
||||
|
||||
} // namespace Kernel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue