/* ****************************************************************************** ****************************************************************************** * * * INTEL CORPORATION PROPRIETARY INFORMATION * This software is supplied under the terms of a license agreement or * nondisclosure agreement with Intel Corporation and may not be copied or * disclosed except in accordance with the terms of that agreement. * * Copyright (c) 1997, 1998 Intel Corporation All Rights Reserved ****************************************************************************** ****************************************************************************** * * * * * */ #if !defined(__DMIPCH_H__) #define __DMIPCH_H__ #include #include #include #include #include // CIMOM header #include // Component object model defintions. #include #include #include #include // For DmiRegister() and other header files #include // For Dmi data types ///////////////////////////////////////////////////////////////////// // DEBUG STUFF #ifdef _DEBUG #include #define ASSERT(a) assert(a) #else // _DEBUG #define ASSERT(a) ((void)(a)) #endif // _DEBUG #endif // __DMIPCH_H__