From e0d98330c28b6a5edd49e02dcb15bc81445c5d8f Mon Sep 17 00:00:00 2001 From: "Sergey Semyonov (Serge)" Date: Mon, 19 May 2014 10:03:10 +0000 Subject: [PATCH] ddk: import ChangeTask git-svn-id: svn://kolibrios.org@4928 a494cfbc-eb01-0410-851d-a64ba20cac60 --- drivers/ddk/core.S | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/ddk/core.S b/drivers/ddk/core.S index 039fb6acac..aaf789b6ad 100644 --- a/drivers/ddk/core.S +++ b/drivers/ddk/core.S @@ -11,6 +11,7 @@ .global _AttachIntHandler .global _CancelTimerHS + .global _ChangeTask .global _CreateEvent .global _CreateObject .global _CreateRingBuffer @@ -81,6 +82,7 @@ .def _AttachIntHandler; .scl 2; .type 32; .endef .def _CancelTimerHS; .scl 2; .type 32; .endef + .def _ChangeTask; .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 @@ -151,6 +153,7 @@ _AllocPages: _AttachIntHandler: _CancelTimerHS: +_ChangeTask: _CreateEvent: _CreateObject: _CreateRingBuffer: @@ -224,6 +227,7 @@ _WaitEventTimeout: .ascii " -export:AttachIntHandler" # stdcall .ascii " -export:CancelTimerHS" # stfcall + .ascii " -export:ChangeTask" # .ascii " -export:CreateEvent" # .ascii " -export:CreateObject" # .ascii " -export:CreateRingBuffer" # stdcall