cosmopolitan/libc/nt/ntdll/NtQueryVolumeInformationFile.S
2023-05-10 04:20:46 -07:00

14 lines
329 B
ArmAsm

#include "libc/nt/ntdllimport.h"
.ntimp NtQueryVolumeInformationFile,NtQueryVolumeInformationFile
#ifdef __x86_64__
.text.windows
NtQueryVolumeInformationFile:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_NtQueryVolumeInformationFile(%rip),%rax
jmp __sysv2nt6
.endfn NtQueryVolumeInformationFile,globl
.previous
#endif