Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4110 → Rev 4103

/drivers/ddk/core.S
13,7 → 13,6
.global _CreateEvent
.global _CreateObject
.global _CreateRingBuffer
.global _CreateThread
 
.global _Delay
.global _DestroyEvent
82,7 → 81,6
.def _CreateEvent; .scl 2; .type 32; .endef
.def _CreateObject; .scl 2; .type 32; .endef
.def _CreateRingBuffer; .scl 2; .type 32; .endef
.def _CreateThread; .scl 2; .type 32; .endef
 
.def _Delay; .scl 2; .type 32; .endef
.def _DestroyEvent; .scl 2; .type 32; .endef
151,7 → 149,6
_CreateEvent:
_CreateObject:
_CreateRingBuffer:
_CreateThread:
 
_Delay:
 
222,8 → 219,8
 
.ascii " -export:CreateEvent" #
.ascii " -export:CreateObject" #
 
.ascii " -export:CreateRingBuffer" # stdcall
.ascii " -export:CreateThread" #
 
.ascii " -export:Delay" # stdcall