mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Added prototype for IoInitializeWorkerThreads, possibly temporary.
svn path=/trunk/; revision=3612
This commit is contained in:
parent
95d4c902d7
commit
a46d78f359
1 changed files with 4 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: io.h,v 1.25 2002/09/08 10:23:21 chorns Exp $
|
/* $Id: io.h,v 1.26 2002/10/03 19:24:24 robd Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -267,7 +267,9 @@ IoInitSymbolicLinkImplementation(VOID);
|
||||||
VOID
|
VOID
|
||||||
IoInitFileSystemImplementation(VOID);
|
IoInitFileSystemImplementation(VOID);
|
||||||
VOID
|
VOID
|
||||||
IoInitVpbImplementation (VOID);
|
IoInitVpbImplementation(VOID);
|
||||||
|
VOID
|
||||||
|
IoInitializeWorkerThreads(VOID);
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
IoMountVolume(IN PDEVICE_OBJECT DeviceObject,
|
IoMountVolume(IN PDEVICE_OBJECT DeviceObject,
|
||||||
|
|
Loading…
Reference in a new issue