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.
52 lines
1010 B
52 lines
1010 B
/***************************************************************************
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
PCH.H
|
|
|
|
Abstract:
|
|
|
|
Precompiled header files
|
|
|
|
Environment:
|
|
|
|
Kernel Mode Only
|
|
|
|
Notes:
|
|
|
|
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
|
|
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
|
|
PURPOSE.
|
|
|
|
Copyright (c) 2001 Microsoft Corporation. All Rights Reserved.
|
|
|
|
|
|
Revision History:
|
|
|
|
01/08/2001 : created
|
|
|
|
Authors:
|
|
|
|
Tom Green
|
|
|
|
|
|
****************************************************************************/
|
|
|
|
#ifndef __PCH_H__
|
|
#define __PCH_H__
|
|
|
|
|
|
#include <wdm.h>
|
|
#include <ntdef.h>
|
|
#include <smclib.h>
|
|
#include "irplist.h"
|
|
#include "scutil.h"
|
|
#include "scpriv.h"
|
|
#include "power.h"
|
|
#include "pnp.h"
|
|
|
|
#endif // __PCH_H__
|
|
|