mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-19 21:52:55 +00:00
Remove bad SAL annotation
This commit is contained in:
parent
aa6da95b8a
commit
3b8a02b8fb
@ -10,9 +10,6 @@ namespace memory
|
|||||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||||
void* allocate_aligned_memory(size_t size);
|
void* allocate_aligned_memory(size_t size);
|
||||||
|
|
||||||
_Must_inspect_result_
|
|
||||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
|
||||||
|
|
||||||
uint64_t get_physical_address(void* address);
|
uint64_t get_physical_address(void* address);
|
||||||
void* get_virtual_address(uint64_t address);
|
void* get_virtual_address(uint64_t address);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user