38 lines
396 B
C
38 lines
396 B
C
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
pch.h
|
|
|
|
Abstract
|
|
|
|
|
|
Author:
|
|
|
|
Forrest Foltz
|
|
Ervin P.
|
|
|
|
Environment:
|
|
|
|
Kernel mode only
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
|
|
|
|
#include <wdm.h>
|
|
#include <stdio.h>
|
|
#include <hidpddi.h>
|
|
#include <hidport.h>
|
|
#include <wmilib.h>
|
|
#include <wdmguid.h>
|
|
#include <wmistr.h>
|
|
#include "..\inc\bluescrn.h"
|
|
#include "local.h"
|
|
#include "debug.h"
|