/*************************************************************************** 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 #include #include #include "irplist.h" #include "scutil.h" #include "scpriv.h" #include "power.h" #include "pnp.h" #endif // __PCH_H__