You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
247 B
25 lines
247 B
/*++
|
|
|
|
Copyright (c) 2000-2002 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
devctrl.h
|
|
|
|
Abstract:
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _DEVCTRL_H_
|
|
#define _DEVCTRL_H_
|
|
|
|
|
|
VOID
|
|
UlSetDummyIoctls(
|
|
VOID
|
|
);
|
|
|
|
|
|
#endif // _ULLOG_H_
|