mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Wrong API doc
This commit is contained in:
parent
778f77a64b
commit
afacc0e8de
@ -534,12 +534,12 @@ namespace Memory
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Check if page is present
|
* @brief Check if page has the specified flag.
|
||||||
*
|
*
|
||||||
* @param VirtualAddress Virtual address of the page
|
* @param VirtualAddress Virtual address of the page
|
||||||
* @param Flag Flag to check
|
* @param Flag Flag to check
|
||||||
* @return true if page is present
|
* @return true if page has the specified flag.
|
||||||
* @return false if page is not present
|
* @return false if page is has the specified flag.
|
||||||
*/
|
*/
|
||||||
bool Check(void *VirtualAddress, PTFlag Flag = PTFlag::P);
|
bool Check(void *VirtualAddress, PTFlag Flag = PTFlag::P);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user