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

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

package setupapi

const (
	sizeofDevInfoListDetailData uint32 = 560
	sizeofDrvInfoDetailData     uint32 = 1584
)