Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1603 → Rev 1604

/drivers/ddk/core.S
7,6 → 7,8
.global _AllocPage
.global _AllocPages
 
.global _AttachIntHandler
 
.global _CreateRingBuffer
.global _Delay
.global _DestroyObject
44,6 → 46,8
.def _AllocPage; .scl 2; .type 32; .endef
.def _AllocPages; .scl 2; .type 32; .endef
 
.def _AttachIntHandler; .scl 2; .type 32; .endef
 
.def _CreateRingBuffer; .scl 2; .type 32; .endef
 
.def _Delay; .scl 2; .type 32; .endef
82,6 → 86,8
_AllocPage:
_AllocPages:
 
_AttachIntHandler:
 
_CreateRingBuffer:
 
_Delay:
123,6 → 129,8
.ascii " -export:AllocPage" # gcc ABI
.ascii " -export:AllocPages" # gcc ABI
 
.ascii " -export:AttachIntHandler" # stdcall
 
.ascii " -export:CreateRingBuffer" # stdcall
 
.ascii " -export:Delay" # stdcall