mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
no message
svn path=/trunk/; revision=4197
This commit is contained in:
parent
a4dd288c42
commit
97049b595e
2 changed files with 5 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: io.h,v 1.27 2002/10/05 10:53:37 dwelch Exp $
|
||||
/* $Id: io.h,v 1.28 2003/02/25 16:43:45 ekohl Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -228,7 +228,7 @@ typedef struct _DEVICETREE_TRAVERSE_CONTEXT
|
|||
|
||||
extern PDEVICE_NODE IopRootDeviceNode;
|
||||
|
||||
extern POBJECT_TYPE IoSymbolicLinkType;
|
||||
//extern POBJECT_TYPE IoSymbolicLinkType;
|
||||
|
||||
VOID
|
||||
PnpInit(VOID);
|
||||
|
@ -263,8 +263,6 @@ IopInitializeDriver(PDRIVER_INITIALIZE DriverEntry,
|
|||
VOID
|
||||
IoInitCancelHandling(VOID);
|
||||
VOID
|
||||
IoInitSymbolicLinkImplementation(VOID);
|
||||
VOID
|
||||
IoInitFileSystemImplementation(VOID);
|
||||
VOID
|
||||
IoInitVpbImplementation(VOID);
|
||||
|
|
|
@ -66,6 +66,7 @@ enum
|
|||
|
||||
|
||||
extern PDIRECTORY_OBJECT NameSpaceRoot;
|
||||
extern POBJECT_TYPE ObSymbolicLinkType;
|
||||
|
||||
|
||||
POBJECT_HEADER BODY_TO_HEADER(PVOID body);
|
||||
|
@ -76,6 +77,8 @@ VOID ObpAddEntryDirectory(PDIRECTORY_OBJECT Parent,
|
|||
PWSTR Name);
|
||||
VOID ObpRemoveEntryDirectory(POBJECT_HEADER Header);
|
||||
|
||||
VOID
|
||||
ObInitSymbolicLinkImplementation(VOID);
|
||||
|
||||
|
||||
NTSTATUS ObCreateHandle(struct _EPROCESS* Process,
|
||||
|
|
Loading…
Reference in a new issue