blob: 7c7c5d5ef909df379a702eb6af8e3b4d6d528bd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#include <stddef.h>
#include <stdarg.h>
#define WIN9X_COMPAT_SPINLOCK
#include "ntddk.h"
#include <wdf.h>
#define NTSTRSAFE_LIB
#include <ntstrsafe.h>
#include "ntddser.h"
#include <wmilib.h>
#include <initguid.h> // required for GUID definitions
#include <wmidata.h>
#include "serial.h"
#include "serialp.h"
#include "serlog.h"
#include "log.h"
#include "trace.h"
|