Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9056 → Rev 9057

/drivers/ddk/core.S
83,6 → 83,8
.global _WaitEvent
.global _WaitEventTimeout
 
.global _FS_Service
 
.def _AcpiGetRootPtr; .scl 2; .type 32; .endef
 
.def _AllocKernelSpace; .scl 2; .type 32; .endef
165,6 → 167,8
.def _WaitEvent; .scl 2; .type 32; .endef
.def _WaitEventTimeout; .scl 2; .type 32; .endef
 
.def _FS_Service; .scl 2; .type 32; .endef
_AcpiGetRootPtr:
 
_AllocKernelSpace:
244,6 → 248,8
_WaitEvent:
_WaitEventTimeout:
 
_FS_Service:
 
ret
 
.section .drectve
326,4 → 332,4
 
.ascii " -export:WaitEvent" # stdcall
.ascii " -export:WaitEventTimeout" # stdcall
 
.ascii " -export:FS_Service" # watch system call 70