Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1616 → Rev 1615

/drivers/ddk/core.S
21,7 → 21,6
.global _GetEvent
.global _GetPgAddr
.global _GetService
.global _GetTimerTicks
 
.global _KernelAlloc
.global _KernelFree
69,7 → 68,6
.def _GetEvent; .scl 2; .type 32; .endef
.def _GetPgAddr; .scl 2; .type 32; .endef
.def _GetService; .scl 2; .type 32; .endef
.def _GetTimerTicks; .scl 2; .type 32; .endef
 
.def _KernelAlloc; .scl 2; .type 32; .endef
.def _KernelFree; .scl 2; .type 32; .endef
119,7 → 117,6
_GetEvent:
_GetPgAddr:
_GetService:
_GetTimerTicks:
 
_KernelAlloc:
_KernelFree:
170,7 → 167,6
.ascii " -export:GetEvent" #
.ascii " -export:GetPgAddr" # stdcall
.ascii " -export:GetService" # stdcall
.ascii " -export:GetTimerTicks" #
 
.ascii " -export:KernelAlloc" # stdcall
.ascii " -export:KernelFree" # stdcall