git-svn-id: svn://kolibrios.org@6082 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2016-01-20 04:19:53 +00:00
parent fc6f59584d
commit 9e5dea1997
153 changed files with 11372 additions and 3456 deletions

View File

@@ -27,6 +27,7 @@
.global _FreeKernelSpace
.global _FreePage
.global _GetClockNs
.global _GetCpuFreq
.global _GetDisplay
.global _GetEvent
@@ -103,6 +104,8 @@
.def _FreeKernelSpace; .scl 2; .type 32; .endef
.def _FreePage; .scl 2; .type 32; .endef
.def _GetClockNs; .scl 2; .type 32; .endef
.def _GetDisplay; .scl 2; .type 32; .endef
.def _GetDisplay; .scl 2; .type 32; .endef
@@ -181,6 +184,7 @@ _DiskMediaChanged:
_FreeKernelSpace:
_FreePage:
_GetClockNs:
_GetCpuFreq:
_GetDisplay:
_GetEvent:
@@ -259,6 +263,7 @@ _WaitEventTimeout:
.ascii " -export:FreeKernelSpace" # stdcall
.ascii " -export:FreePage" #
.ascii " -export:GetClockNs" #
.ascii " -export:GetCpuFreq" #
.ascii " -export:GetDisplay" # stdcall
.ascii " -export:GetEvent" #