31 lines
430 B
C++
31 lines
430 B
C++
/**************************************************************************\
|
|
*
|
|
* Copyright (c) 1998 Microsoft Corporation
|
|
*
|
|
* Module Name:
|
|
*
|
|
*
|
|
*
|
|
* Abstract:
|
|
*
|
|
*
|
|
*
|
|
* Notes:
|
|
*
|
|
*
|
|
*
|
|
* Created:
|
|
*
|
|
* //1999 agodfrey
|
|
*
|
|
\**************************************************************************/
|
|
|
|
#ifndef _DPDRIVERINTERNAL_HPP
|
|
#define _DPDRIVERINTERNAL_HPP
|
|
|
|
struct DpDriverInternal
|
|
{
|
|
};
|
|
|
|
#endif
|