Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3030 → Rev 3031

/drivers/ddk/core.S
35,6 → 35,8
 
.global _MapIoMem
 
.global _MapPage
 
.global _MutexInit
.global _MutexLock
.global _MutexUnlock
95,6 → 97,8
 
.def _MapIoMem; .scl 2; .type 32; .endef
 
.def _MapPage; .scl 2; .type 32; .endef
 
.def _MutexInit; .scl 2; .type 32; .endef
.def _MutexLock; .scl 2; .type 32; .endef
.def _MutexUnlock; .scl 2; .type 32; .endef
155,6 → 159,8
 
_MapIoMem:
 
_MapPage:
 
_MutexInit:
_MutexLock:
_MutexUnlock:
219,6 → 225,7
.ascii " -export:KernelFree" # stdcall
 
.ascii " -export:MapIoMem" # stdcall
.ascii " -export:MapPage" # stdcall
 
.ascii " -export:MutexInit" # fastcall
.ascii " -export:MutexLock" # fastcall