Windows2003-3790/drivers/ksfilter/mspclock/mspclock.h
2020-09-30 16:53:55 +02:00

39 lines
578 B
C

/*++
Copyright (C) Microsoft Corporation, 1996 - 1997
Module Name:
mspclock.h
Abstract:
Internal header file for filter.
--*/
#include <wdm.h>
#include <windef.h>
#include <memory.h>
#include <stddef.h>
#include <stdio.h>
#include <limits.h>
#include <stdlib.h>
#include <tchar.h>
#include <conio.h>
#include <ks.h>
#include <swenum.h>
#include <ksi.h>
#if (DBG)
#define STR_MODULENAME "mspclock: "
#endif // DBG
NTSTATUS
PnpAddDevice(
IN PDRIVER_OBJECT DriverObject,
IN PDEVICE_OBJECT PhysicalDeviceObject
);