Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9833 → Rev 9832

/drivers/ddk/core.S
26,13 → 26,9
 
.global _FreeKernelSpace
.global _FreePage
.global _FS_Service
 
.global _GetClockNs
.global _GetCpuFreq
 
.global _GetCurrSlot
 
.global _GetDisplay
.global _GetEvent
.global _GetPgAddr
87,6 → 83,8
.global _WaitEvent
.global _WaitEventTimeout
 
.global _FS_Service
 
.def _AcpiGetRootPtr; .scl 2; .type 32; .endef
 
.def _AllocKernelSpace; .scl 2; .type 32; .endef
111,11 → 109,10
 
.def _FreeKernelSpace; .scl 2; .type 32; .endef
.def _FreePage; .scl 2; .type 32; .endef
.def _FS_Service; .scl 2; .type 32; .endef
 
.def _GetClockNs; .scl 2; .type 32; .endef
 
.def _GetCurrSlot; .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
170,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:
196,13 → 195,8
_FreeKernelSpace:
_FreePage:
 
_FS_Service:
 
_GetClockNs:
_GetCpuFreq:
 
_GetCurrSlot:
 
_GetDisplay:
_GetEvent:
_GetPCIList:
253,6 → 247,9
_UserFree:
_WaitEvent:
_WaitEventTimeout:
 
_FS_Service:
 
ret
 
.section .drectve
281,13 → 278,8
.ascii " -export:FreeKernelSpace" # stdcall
.ascii " -export:FreePage" #
 
.ascii " -export:FS_Service" # watch system call 70
 
.ascii " -export:GetClockNs" #
.ascii " -export:GetCpuFreq" #
 
.ascii " -export:GetCurrSlot"
 
.ascii " -export:GetDisplay" # stdcall
.ascii " -export:GetEvent" #
.ascii " -export:GetPCIList" #
298,6 → 290,7
.ascii " -export:GetStackBase" #
.ascii " -export:GetWindowRect" # fastcall
 
 
.ascii " -export:KernelAlloc" # stdcall
.ascii " -export:KernelFree" # stdcall
 
339,3 → 332,4
 
.ascii " -export:WaitEvent" # stdcall
.ascii " -export:WaitEventTimeout" # stdcall
.ascii " -export:FS_Service" # watch system call 70