Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6081 → Rev 6082

/drivers/ddk/core.S
27,6 → 27,7
.global _FreeKernelSpace
.global _FreePage
 
.global _GetClockNs
.global _GetCpuFreq
.global _GetDisplay
.global _GetEvent
103,6 → 104,8
.def _FreeKernelSpace; .scl 2; .type 32; .endef
.def _FreePage; .scl 2; .type 32; .endef
 
.def _GetClockNs; .scl 2; .type 32; .endef
 
.def _GetDisplay; .scl 2; .type 32; .endef
 
.def _GetDisplay; .scl 2; .type 32; .endef
181,6 → 184,7
_FreeKernelSpace:
_FreePage:
 
_GetClockNs:
_GetCpuFreq:
_GetDisplay:
_GetEvent:
259,6 → 263,7
.ascii " -export:FreeKernelSpace" # stdcall
.ascii " -export:FreePage" #
 
.ascii " -export:GetClockNs" #
.ascii " -export:GetCpuFreq" #
.ascii " -export:GetDisplay" # stdcall
.ascii " -export:GetEvent" #