32 lines
269 B
C
32 lines
269 B
C
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
pch.h
|
|
|
|
Abstract
|
|
|
|
|
|
Author:
|
|
|
|
Jay Senior
|
|
|
|
Environment:
|
|
|
|
Kernel mode only
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
|
|
|
|
#include <wdm.h>
|
|
#include <hidport.h>
|
|
#include <hidpddi.h>
|
|
#include "hidir.h"
|
|
#include "dbg.h"
|