aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/setupapi/types64_windows.go
blob: d5c8b375ec95f35e9372b6e27e1746b17c5c2469 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// +build amd64 arm64

/* SPDX-License-Identifier: MIT
 *
 * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
 */

package setupapi

const (
	sizeofDevInfoListDetailData uint32 = 560
	sizeofDrvInfoDetailData     uint32 = 1584
)