Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4125 → Rev 4124

/drivers/ddk/core.S
10,7 → 10,6
 
.global _AttachIntHandler
 
.global _CancelTimerHS
.global _CreateEvent
.global _CreateObject
.global _CreateRingBuffer
65,7 → 64,7
.global _SetScreen
.global _SysMsgBoardStr
 
.global _TimerHS
.global _TimerHs
 
.global _UserAlloc
.global _UserFree
80,7 → 79,6
 
.def _AttachIntHandler; .scl 2; .type 32; .endef
 
.def _CancelTimerHS; .scl 2; .type 32; .endef
.def _CreateEvent; .scl 2; .type 32; .endef
.def _CreateObject; .scl 2; .type 32; .endef
.def _CreateRingBuffer; .scl 2; .type 32; .endef
135,7 → 133,7
.def _SetKeyboardData; .scl 2; .type 32; .endef
.def _SysMsgBoardStr; .scl 2; .type 32; .endef
 
.def _TimerHS; .scl 2; .type 32; .endef
.def _TimerHs; .scl 2; .type 32; .endef
 
.def _UserAlloc; .scl 2; .type 32; .endef
.def _UserFree; .scl 2; .type 32; .endef
150,7 → 148,6
 
_AttachIntHandler:
 
_CancelTimerHS:
_CreateEvent:
_CreateObject:
_CreateRingBuffer:
205,7 → 202,7
_SetScreen:
_SysMsgBoardStr:
 
_TimerHS:
_TimerHs:
 
_UserAlloc:
_UserFree:
223,7 → 220,6
 
.ascii " -export:AttachIntHandler" # stdcall
 
.ascii " -export:CancelTimerHS" # stfcall
.ascii " -export:CreateEvent" #
.ascii " -export:CreateObject" #
.ascii " -export:CreateRingBuffer" # stdcall
230,8 → 226,10
.ascii " -export:CreateThread" #
 
.ascii " -export:Delay" # stdcall
 
.ascii " -export:DestroyEvent"
.ascii " -export:DestroyObject"
 
.ascii " -export:DiskAdd" # stdcall
.ascii " -export:DiskMediaChanged" # stdcall
 
239,6 → 237,7
.ascii " -export:FreePage" #
 
.ascii " -export:GetCpuFreq" #
 
.ascii " -export:GetDisplay" # stdcall
.ascii " -export:GetEvent" #
.ascii " -export:GetPid" #
277,7 → 276,7
.ascii " -export:SetScreen" # stdcall
.ascii " -export:SysMsgBoardStr" # stdcall
 
.ascii " -export:TimerHS" # stdcall
.ascii " -export:TimerHs" # stdcall
 
.ascii " -export:UserAlloc" # stdcall
.ascii " -export:UserFree" # stdcall