summaryrefslogtreecommitdiffstats
path: root/third_party/python/gyp/test/win/win-driver-target-type/win-driver-target-type.h
blob: 5bbffd2373ee885ef0b66ced22a0ab66aee9a719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) 2016 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE

#ifndef _WIN_DRIVER_TARGET_TYPE_H_
#define _WIN_DRIVER_TARGET_TYPE_H_

#include <ntifs.h>
#include <ntdddisk.h>

DRIVER_INITIALIZE DriverEntry;

#endif