summaryrefslogtreecommitdiff
path: root/pos/drivers/MagneticStripeReader/pch.h
blob: 5807e3620f2aa7b4833bc827e6a8f26acb908fc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#pragma once

#include <windows.h>
#include <initguid.h>
#include <wdf.h>
#include <ntintsafe.h>

#include "PointOfServiceCommonTypes.h"
#include "PointOfServiceDriverInterface.h"

#include "PosCx.h"

#include <new>

#ifdef __cplusplus
extern "C" {
#endif
DRIVER_INITIALIZE DriverEntry;
#ifdef __cplusplus
}
#endif

#define MSR_INTERFACE_TAG ((ULONG) '0RSM')