Commit in reactos/ntoskrnl on MAIN
Makefile+2-11.158 -> 1.159
ntoskrnl.def+7-11.203 -> 1.204
+9-2
2 modified files
Include link to IoCsq...() funcs

reactos/ntoskrnl
Makefile 1.158 -> 1.159
diff -u -r1.158 -r1.159
--- Makefile	9 Dec 2004 14:20:06 -0000	1.158
+++ Makefile	17 Dec 2004 07:31:11 -0000	1.159
@@ -534,7 +534,8 @@
 	$(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 \

reactos/ntoskrnl
ntoskrnl.def 1.203 -> 1.204
diff -u -r1.203 -r1.204
--- ntoskrnl.def	11 Dec 2004 00:13:37 -0000	1.203
+++ ntoskrnl.def	17 Dec 2004 07:31:11 -0000	1.204
@@ -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 @@
 IoCreateSymbolicLink@8
 IoCreateSynchronizationEvent@8
 IoCreateUnprotectedSymbolicLink@8
+IoCsqInitialize@28
+IoCsqInitializeEx@28
+IoCsqInsertIrp@12
+IoCsqInsertIrpEx@16
+IoCsqRemoveIrp@8
+IoCsqRemoveNextIrp@8
 IoDeleteController@4
 IoDeleteDevice@4
 IoDeleteDriver@4
CVSspam 0.2.8