Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3481 → Rev 3482

/drivers/ddk/core.S
24,13 → 24,14
.global _FreeKernelSpace
.global _FreePage
 
.global _GetCpuFreq
.global _GetDisplay
.global _GetEvent
.global _GetPgAddr
.global _GetPid
.global _GetService
.global _GetStackBase
.global _GetTimerTicks
.global _GetStackBase
.global _GetWindowRect
 
.global _KernelAlloc
92,6 → 93,8
.def _FreePage; .scl 2; .type 32; .endef
 
.def _GetDisplay; .scl 2; .type 32; .endef
 
.def _GetDisplay; .scl 2; .type 32; .endef
.def _GetEvent; .scl 2; .type 32; .endef
.def _GetPid; .scl 2; .type 32; .endef
.def _GetPgAddr; .scl 2; .type 32; .endef
158,6 → 161,7
_FreeKernelSpace:
_FreePage:
 
_GetCpuFreq:
_GetDisplay:
_GetEvent:
_GetPid:
229,6 → 233,8
.ascii " -export:FreeKernelSpace" # stdcall
.ascii " -export:FreePage" #
 
.ascii " -export:GetCpuFreq" #
 
.ascii " -export:GetDisplay" # stdcall
.ascii " -export:GetEvent" #
.ascii " -export:GetPid" #