summaryrefslogtreecommitdiff
path: root/sensors/ADXL345Acc/Driver.h
blob: 6c069c44f8b112ce8285736ab091805bcec0cb91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//Copyright (C) Microsoft Corporation, All Rights Reserved
//
//Abstract:
//
//    This module contains the type definitions for the ADXL345 accelerometer
//    driver callback class.
//
//Environment:
//
//    Windows User-Mode Driver Framework (UMDF)

#pragma once

WDF_EXTERN_C_START

DRIVER_INITIALIZE           DriverEntry;
EVT_WDF_DRIVER_UNLOAD       OnDriverUnload;

WDF_EXTERN_C_END