Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2169 → Rev 2168

/drivers/include/syscall.h
49,7 → 49,6
void FASTCALL MutexUnlock(struct mutex*)__asm__("MutexUnlock");
 
addr_t IMPORT GetStackBase(void)__asm__("GetStackBase");
u32_t IMPORT GetPid(void)__asm__("GetPid");
 
///////////////////////////////////////////////////////////////////////////////
 
/drivers/ddk/core.S
10,9 → 10,8
.global _AttachIntHandler
 
.global _CreateEvent
.global _CreateObject
 
.global _CreateRingBuffer
 
.global _Delay
.global _DestroyObject
 
21,7 → 20,6
.global _GetDisplay
.global _GetEvent
.global _GetPgAddr
.global _GetPid
.global _GetService
.global _GetTimerTicks
.global _GetStackBase
64,7 → 62,7
.def _AttachIntHandler; .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
 
.def _Delay; .scl 2; .type 32; .endef
74,7 → 72,6
 
.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
.def _GetService; .scl 2; .type 32; .endef
.def _GetTimerTicks; .scl 2; .type 32; .endef
118,7 → 115,7
_AttachIntHandler:
 
_CreateEvent:
_CreateObject:
 
_CreateRingBuffer:
 
_Delay:
129,7 → 126,6
 
_GetDisplay:
_GetEvent:
_GetPid:
_GetPgAddr:
_GetService:
_GetTimerTicks:
174,7 → 170,6
.ascii " -export:AttachIntHandler" # stdcall
 
.ascii " -export:CreateEvent" #
.ascii " -export:CreateObject" #
 
.ascii " -export:CreateRingBuffer" # stdcall
 
186,7 → 181,6
 
.ascii " -export:GetDisplay" # stdcall
.ascii " -export:GetEvent" #
.ascii " -export:GetPid" #
.ascii " -export:GetPgAddr" # stdcall
.ascii " -export:GetService" # stdcall
.ascii " -export:GetTimerTicks" #