Include link to IoCsq...() funcs

svn path=/trunk/; revision=12162
This commit is contained in:
Aleksey Bragin 2004-12-17 07:31:11 +00:00
parent 0bf2982f43
commit 74e4b45769
2 changed files with 9 additions and 2 deletions

View file

@ -534,7 +534,8 @@ TARGET_LIBS = \
$(SDK_PATH_LIB)/librtl.a \
$(SDK_PATH_LIB)/libstring.a \
$(SDK_PATH_LIB)/librosrtl.a \
$(SDK_PATH_LIB)/libpseh.a
$(SDK_PATH_LIB)/libpseh.a \
$(PATH_TO_TOP)/drivers/lib/csq/csq.o
TARGET_LFLAGS = \
-Wl,-T,ntoskrnl.lnk \

View file

@ -1,4 +1,4 @@
; $Id: ntoskrnl.def,v 1.203 2004/12/11 00:13:37 royce Exp $
; $Id: ntoskrnl.def,v 1.204 2004/12/17 07:31:11 fireball Exp $
;
; reactos/ntoskrnl/ntoskrnl.def
;
@ -360,6 +360,12 @@ IoCreateStreamFileObjectLite@8
IoCreateSymbolicLink@8
IoCreateSynchronizationEvent@8
IoCreateUnprotectedSymbolicLink@8
IoCsqInitialize@28
IoCsqInitializeEx@28
IoCsqInsertIrp@12
IoCsqInsertIrpEx@16
IoCsqRemoveIrp@8
IoCsqRemoveNextIrp@8
IoDeleteController@4
IoDeleteDevice@4
IoDeleteDriver@4