summaryrefslogtreecommitdiff
path: root/gnss/gnssUmdf/Driver.h
blob: 5de6d35e2de240ca96348454297e98829bf17b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*++

Copyright (c) Microsoft Corporation.  All rights reserved.

Module Name:

    driver.h

Abstract:

    This file contains the driver definitions.

Environment:

    Windows User-Mode Driver Framework

--*/

#pragma once

EVT_WDF_DRIVER_UNLOAD OnDriverUnload;
EVT_WDF_OBJECT_CONTEXT_CLEANUP GnssUmdfEvtDriverContextCleanup;