Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5345 → Rev 5344

/drivers/ddk/core.S
47,11 → 47,6
.global _MutexInit
.global _MutexLock
.global _MutexUnlock
.global _InitRwsem
.global _DownRead
.global _DownWrite
.global _UpRead
.global _UpWrite
 
.global _PciApi
.global _PciRead16
125,12 → 120,6
.def _MutexLock; .scl 2; .type 32; .endef
.def _MutexUnlock; .scl 2; .type 32; .endef
 
.def _InitRwsem; .scl 2; .type 32; .endef
.def _DownRead; .scl 2; .type 32; .endef
.def _DownWrite; .scl 2; .type 32; .endef
.def _UpRead; .scl 2; .type 32; .endef
.def _UpWrite; .scl 2; .type 32; .endef
 
.def _PciApi; .scl 2; .type 32; .endef
.def _PciRead16; .scl 2; .type 32; .endef
.def _PciRead32; .scl 2; .type 32; .endef
202,12 → 191,6
_MutexLock:
_MutexUnlock:
 
_InitRwsem:
_DownRead:
_DownWrite:
_UpRead:
_UpWrite:
 
_PciApi:
_PciRead16:
_PciRead32:
280,12 → 263,6
.ascii " -export:MutexLock" # fastcall
.ascii " -export:MutexUnlock" # fastcall
 
.ascii " -export:InitRwsem" # fastcall
.ascii " -export:DownRead" # fastcall
.ascii " -export:DownWrite" # fastcall
.ascii " -export:UpRead" # fastcall
.ascii " -export:UpWrite" # fastcall
 
.ascii " -export:PciApi" #
.ascii " -export:PciRead16" # stdcall
.ascii " -export:PciRead32" # stdcall